Project

General

Profile

« Previous | Next » 

Revision 36b9ee93

Added by Leszek Koltunski about 3 years ago

Attempt to programmatically catch the 'cube is sometimes not drawn' bug and report it to my server.

View differences:

src/main/java/org/distorted/effects/scramble/ScrambleEffect.java
49 49
      }
50 50
    }
51 51

  
52
  private static int NUM_EFFECTS = Type.values().length;
52
  private static final int NUM_EFFECTS = Type.values().length;
53 53
  private static final int FAKE_EFFECT_ID  = -3;
54 54
  private static final Type[] types;
55 55

  
......
72 72
  private int mNumDoubleScramblesLeft, mNumScramblesLeft;
73 73
  private int mLastRotAxis, mLastRow;
74 74
  private long mDurationSingleTurn;
75
  private Random mRnd;
75
  private final Random mRnd;
76 76
  private int mBasicAngle;
77 77

  
78 78
  TwistyObject mObject;

Also available in: Unified diff