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/ShapeTetrahedron.java
42 42

  
43 43
///////////////////////////////////////////////////////////////////////////////////////////////////
44 44

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

  
50 50
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff