Project

General

Profile

« Previous | Next » 

Revision 757420b3

Added by Leszek Koltunski over 1 year ago

bugfix

View differences:

src/main/java/org/distorted/screens/RubikScreenSolver.java
349 349

  
350 350
  private void markButton(RubikActivity act)
351 351
    {
352
    if( mCurrentButton>=mNumColors )
353
      {
354
      mCurrentButton = 0;
355
      mCurrentColor = translateColor(0);
356
      }
357

  
352 358
    for(int b=0; b<mNumColors; b++)
353 359
      {
354 360
      Drawable d = mColorButton[b].getBackground();

Also available in: Unified diff