Project

General

Profile

« Previous | Next » 

Revision 7ee89540

Added by Leszek Koltunski over 2 years ago

Remove redundant variable.

View differences:

src/main/java/org/distorted/objects/Movement6.java
38 38

  
39 39
///////////////////////////////////////////////////////////////////////////////////////////////////
40 40

  
41
  Movement6(Static3D[] rotAxis,float[][] cuts, boolean[][] rotatable, int size, int type, int[] numEnabled, int[][][] enabled)
41
  Movement6(Static3D[] rotAxis,float[][] cuts, boolean[][] rotatable, int size, int type, int[][][] enabled)
42 42
    {
43
    super(rotAxis, FACE_AXIS, cuts, rotatable, DIST3D, size, type, numEnabled, enabled);
43
    super(rotAxis, FACE_AXIS, cuts, rotatable, DIST3D, size, type, enabled);
44 44
    }
45 45

  
46 46
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff