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/main/Twisty6.java
40 40
///////////////////////////////////////////////////////////////////////////////////////////////////
41 41

  
42 42
  public Twisty6(int numLayers, int realSize, Static4D quat, DistortedTexture texture, MeshSquare mesh,
43
          DistortedEffects effects, int[][] moves, ObjectList list, Resources res, int scrWidth)
43
          DistortedEffects effects, int[][] moves, Resources res, int scrWidth)
44 44
    {
45
    super(numLayers, realSize, quat, texture, mesh, effects, moves, list, res, scrWidth);
45
    super(numLayers, realSize, quat, texture, mesh, effects, moves, res, scrWidth);
46 46
    }
47 47

  
48 48
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff