Project

General

Profile

« Previous | Next » 

Revision f5c134c3

Added by Leszek Koltunski over 3 years ago

Fixes for the Rex Cube (still doesn't work)

View differences:

src/main/java/org/distorted/main/RubikPreRender.java
382 382
    final RubikScores scores = RubikScores.getInstance();
383 383
    int numWins = scores.incrementNumWins();
384 384

  
385
    if( numWins==8 || numWins==35 || numWins==100 || numWins==200)
385
    if( numWins==7 || numWins==30 || numWins==100 || numWins==200)
386 386
      {
387 387
      final long timeBegin = System.currentTimeMillis();
388 388
      final RubikActivity act = (RubikActivity)mView.getContext();

Also available in: Unified diff