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/TwistyDino6.java
31 31

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

  
39 39
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff