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/Movement12.java
53 53

  
54 54
///////////////////////////////////////////////////////////////////////////////////////////////////
55 55

  
56
  Movement12(Static3D[] rotAxis,float[][] cuts, boolean[][] rotatable, int size, int type, int[] numEnabled, int[][][] enabled)
56
  Movement12(Static3D[] rotAxis,float[][] cuts, boolean[][] rotatable, int size, int type, int[][][] enabled)
57 57
    {
58
    super(rotAxis, FACE_AXIS, cuts,rotatable,DIST3D, size, type, numEnabled, enabled);
58
    super(rotAxis, FACE_AXIS, cuts,rotatable,DIST3D, size, type, enabled);
59 59
    }
60 60

  
61 61
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff