Project

General

Profile

« Previous | Next » 

Revision 61aa85e4

Added by Leszek Koltunski over 2 years ago

Simplify ObjectList: now there's just one object per size.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyMinx.java
98 98
///////////////////////////////////////////////////////////////////////////////////////////////////
99 99

  
100 100
  TwistyMinx(int numLayers, int realSize, Static4D quat, DistortedTexture texture, MeshSquare mesh,
101
             DistortedEffects effects, int[][] moves, ObjectList obj, Resources res, int scrWidth)
101
             DistortedEffects effects, int[][] moves, Resources res, int scrWidth)
102 102
    {
103
    super(numLayers, realSize, quat, texture, mesh, effects, moves, obj, res, scrWidth);
103
    super(numLayers, realSize, quat, texture, mesh, effects, moves, res, scrWidth);
104 104
    }
105 105

  
106 106
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff