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/tutorial/TutorialState.java
46 46

  
47 47
  private static class Move
48 48
    {
49
    private int mAxis, mRow, mAngle;
49
    private final int mAxis, mRow, mAngle;
50 50

  
51 51
    Move(int axis, int row, int angle)
52 52
      {

Also available in: Unified diff