Project

General

Profile

« Previous | Next » 

Revision 3bf19410

Added by Leszek Koltunski about 2 years ago

Mode the 'iconMode' from static variable in ObjectControl to member varaible in TwistyObject (safer)

View differences:

src/main/java/org/distorted/objectlib/main/ShapeHexahedron.java
43 43

  
44 44
///////////////////////////////////////////////////////////////////////////////////////////////////
45 45

  
46
  public ShapeHexahedron(int[] numLayers, int meshState, float realSize, Static4D quat, Static3D move, float scale, InputStream stream)
46
  public ShapeHexahedron(int[] numLayers, int meshState, int iconMode, float realSize, Static4D quat, Static3D move, float scale, InputStream stream)
47 47
    {
48
    super(numLayers, meshState, realSize, quat, move, scale, stream);
48
    super(numLayers, meshState, iconMode, realSize, quat, move, scale, stream);
49 49
    }
50 50

  
51 51
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff