Project

General

Profile

« Previous | Next » 

Revision e4db5995

Added by Leszek Koltunski over 4 years ago

Correct scramble speed.

View differences:

src/main/java/org/distorted/magic/RubikActivity.java
42 42
    private static final int[] button_ids  = {R.id.rubikSize2, R.id.rubikSize3, R.id.rubikSize4, R.id.rubikSize5};
43 43

  
44 44
    public static final int MIN_SCRAMBLE =  1;
45
    public static final int DEF_SCRAMBLE =  3;
46
    public static final int MAX_SCRAMBLE = 10;
45
    public static final int DEF_SCRAMBLE =  1;
46
    public static final int MAX_SCRAMBLE = 17;
47 47

  
48 48
    private static int mSize = DEFAULT_SIZE;
49 49
    private HorizontalNumberPicker mPicker;

Also available in: Unified diff