Project

General

Profile

« Previous | Next » 

Revision f291130e

Added by Leszek Koltunski about 5 years ago

Progress with DistortedCube.

View differences:

src/main/java/org/distorted/magic/RubikActivity.java
106 106
          break;
107 107
          }
108 108

  
109
      markButton(size);
110

  
111 109
      RubikSurfaceView view = findViewById(R.id.rubikSurfaceView);
112
      view.setNewCubeSize(size);
110
      boolean success = view.setNewCubeSize(size);
111

  
112
      if( success )
113
        {
114
        markButton(size);
115
        }
113 116
      }
114 117

  
115 118
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff