Project

General

Profile

« Previous | Next » 

Revision 81141862

Added by Leszek Koltunski over 2 years ago

Remove the 'setupObject()' redundant API.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyMinx.java
96 96

  
97 97
///////////////////////////////////////////////////////////////////////////////////////////////////
98 98

  
99
  TwistyMinx(int numLayers, int realSize, Static4D quat, DistortedTexture texture, MeshSquare mesh,
100
             DistortedEffects effects, int[][] moves, Resources res, int scrWidth)
99
  TwistyMinx(int numLayers, int realSize, Static4D quat, DistortedTexture texture,
100
             MeshSquare mesh, DistortedEffects effects, Resources res, int scrWidth)
101 101
    {
102
    super(numLayers, realSize, quat, texture, mesh, effects, moves, res, scrWidth);
102
    super(numLayers, realSize, quat, texture, mesh, effects, res, scrWidth);
103 103
    }
104 104

  
105 105
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff