Revision fec72009
Added by Leszek Koltunski over 5 years ago
| src/main/java/org/distorted/magic/RubikRenderer.java | ||
|---|---|---|
| 307 | 307 |
mCanDrag = false; |
| 308 | 308 |
mCanRotate = false; |
| 309 | 309 |
mCanUI = false; |
| 310 |
mIsSolved = false; |
|
| 310 | 311 |
doEffectNow( BaseEffect.Type.SCRAMBLE ); |
| 311 | 312 |
} |
| 312 | 313 |
} |
Also available in: Unified diff
Before scrambling, mark situation as 'not solved'