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/TwistyDino.java
73 73
///////////////////////////////////////////////////////////////////////////////////////////////////
74 74

  
75 75
  TwistyDino(int size, Static4D quat, DistortedTexture texture, MeshSquare mesh,
76
             DistortedEffects effects, int[][] moves, ObjectList obj, Resources res, int scrWidth)
76
             DistortedEffects effects, int[][] moves, Resources res, int scrWidth)
77 77
    {
78
    super(size, size, quat, texture, mesh, effects, moves, obj, res, scrWidth);
78
    super(size, size, quat, texture, mesh, effects, moves, res, scrWidth);
79 79
    }
80 80

  
81 81
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff