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/TwistyBandaged2Bar.java
35 35
public class TwistyBandaged2Bar extends TwistyBandagedAbstract
36 36
{
37 37
  public TwistyBandaged2Bar(int size, Static4D quat, DistortedTexture texture, MeshSquare mesh,
38
                            DistortedEffects effects, int[][] moves, Resources res, int scrWidth)
38
                            DistortedEffects effects, Resources res, int scrWidth)
39 39
    {
40
    super(size, quat, texture, mesh, effects, moves, res, scrWidth);
40
    super(size, quat, texture, mesh, effects, res, scrWidth);
41 41
    }
42 42

  
43 43
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff