Project

General

Profile

« Previous | Next » 

Revision 985f3dfa

Added by Leszek Koltunski about 3 years ago

Do not block the UI if, for some reason, some of the effects failed to get added to the Queue. Just fail to rotate.

View differences:

src/main/java/org/distorted/states/RubikStateBase.java
42 42

  
43 43
  private static class Move
44 44
    {
45
    private int mAxis, mRow, mAngle;
45
    private final int mAxis, mRow, mAngle;
46 46

  
47 47
    Move(int axis, int row, int angle)
48 48
      {

Also available in: Unified diff