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

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

  
49 49
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff