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/objects/TwistyBandagedBiCube.java
30 30

  
31 31
public class TwistyBandagedBiCube extends TwistyBandagedAbstract
32 32
{
33
  public TwistyBandagedBiCube(int[] numL, int meshState, Static4D quat, Static3D move, float scale, InputStream stream)
33
  public TwistyBandagedBiCube(int[] numL, int meshState, int iconMode, Static4D quat, Static3D move, float scale, InputStream stream)
34 34
    {
35
    super(numL, meshState, quat, move, scale, stream);
35
    super(numL, meshState, iconMode, quat, move, scale, stream);
36 36
    }
37 37

  
38 38
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff