Revision c701283b
Added by Leszek Koltunski 22 days ago
src/main/java/org/distorted/phasedsolver/SolverActivity.java | ||
---|---|---|
282 | 282 |
public void Scramble(View v) |
283 | 283 |
{ |
284 | 284 |
ObjectControl control = getControl(); |
285 |
control.fastScrambleObject(1000,20);
|
|
285 |
control.fastScrambleObject(20,1000);
|
|
286 | 286 |
mLowerPane.clearMoves(); |
287 | 287 |
resetTexts(); |
288 | 288 |
} |
Also available in: Unified diff
progress