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/Twisty12.java
53 53
///////////////////////////////////////////////////////////////////////////////////////////////////
54 54

  
55 55
  public Twisty12(int numLayers, int realSize, Static4D quat, DistortedTexture texture, MeshSquare mesh,
56
           DistortedEffects effects, int[][] moves, ObjectList list, Resources res, int scrWidth)
56
           DistortedEffects effects, int[][] moves, Resources res, int scrWidth)
57 57
    {
58
    super(numLayers, realSize, quat, texture, mesh, effects, moves, list, res, scrWidth);
58
    super(numLayers, realSize, quat, texture, mesh, effects, moves, res, scrWidth);
59 59
    }
60 60

  
61 61
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff