Project

General

Profile

« Previous | Next » 

Revision 714292f1

Added by Leszek Koltunski about 4 years ago

Minor.

View differences:

src/main/java/org/distorted/magic/RubikRenderer.java
264 264
         if( RubikState.getCurrentState()==RubikState.SOLV )
265 265
           {
266 266
           RubikStateSolving solving = (RubikStateSolving)RubikState.SOLV.getStateClass();
267
           long time = solving.stopCounting();
268
           android.util.Log.e("renderer", "solving time: "+time+" milliseconds");
267
           solving.stopCounting();
269 268
           }
270 269

  
271 270
         mCanDrag   = true;

Also available in: Unified diff