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/TwistySquare.java
66 66
///////////////////////////////////////////////////////////////////////////////////////////////////
67 67

  
68 68
  TwistySquare(int size, Static4D quat, DistortedTexture texture, MeshSquare mesh,
69
               DistortedEffects effects, int[][] moves, ObjectList obj, Resources res, int scrWidth)
69
               DistortedEffects effects, int[][] moves, Resources res, int scrWidth)
70 70
    {
71
    super(size, size, quat, texture, mesh, effects, moves, obj, res, scrWidth);
71
    super(size, size, quat, texture, mesh, effects, moves, res, scrWidth);
72 72
    }
73 73

  
74 74
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff