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/Movement4.java
39 39

  
40 40
///////////////////////////////////////////////////////////////////////////////////////////////////
41 41

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

  
47 47
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff