Project

General

Profile

« Previous | Next » 

Revision 5be1059b

Added by Leszek Koltunski over 4 years ago

Properly remember size of the Cube.

View differences:

src/main/java/org/distorted/object/RubikCubeMovement.java
28 28

  
29 29
public class RubikCubeMovement
30 30
{
31
    public  final static int NONE   =-1;
31
    private final static int NONE   =-1;
32 32
    private final static int FRONT  = 0;  // has to be 6 consecutive ints
33 33
    private final static int BACK   = 1;  // FRONT ... BOTTOM
34 34
    private final static int LEFT   = 2;  //

Also available in: Unified diff