Revision 79357e2b
Added by Leszek Koltunski over 1 year ago
src/main/java/org/distorted/main/RubikActivity.java | ||
---|---|---|
65 | 65 |
{ |
66 | 66 |
public static final boolean SHOW_DOWNLOADED_DEBUG = false; |
67 | 67 |
public static final boolean SHOW_IAP_DEBUG = true; |
68 |
public static final boolean USE_IAP = true;
|
|
68 |
public static final boolean USE_IAP = false;
|
|
69 | 69 |
|
70 | 70 |
public static final float PADDING = 0.01f; |
71 | 71 |
public static final float SMALL_MARGIN = 0.004f; |
Also available in: Unified diff
Speedups for setupPosition(). Now the 587 moves of the Burr Cube is getting done visibly faster.