Project

General

Profile

« Previous | Next » 

Revision c8bc83d9

Added by Leszek Koltunski over 2 years ago

Simplify TwistyObject's API.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyDino4.java
91 91

  
92 92
///////////////////////////////////////////////////////////////////////////////////////////////////
93 93

  
94
  public boolean shouldResetTextureMaps()
94
  protected boolean shouldResetTextureMaps()
95 95
    {
96 96
    return true;
97 97
    }
98 98

  
99 99
///////////////////////////////////////////////////////////////////////////////////////////////////
100 100

  
101
  public ObjectType intGetObjectList(int numLayers)
101
  public ObjectType intGetObjectType(int numLayers)
102 102
    {
103 103
    return ObjectType.DIN4_3;
104 104
    }

Also available in: Unified diff