Project

General

Profile

« Previous | Next » 

Revision c5b4af4a

Added by Leszek Koltunski about 3 years ago

Fix the 6fad862b commit and remove the UI block in a proper way (i.e. the problem was that popping up the Object, Play or Menu windows was impossible while the 'WIN' glow was active)

View differences:

src/main/java/org/distorted/main/RubikPreRender.java
189 189
        }
190 190

  
191 191
      mCanRotate = true;
192
      mCanPlay   = true;
192 193
      doEffectNow( BaseEffect.Type.WIN );
193 194
      }
194 195
    else
195 196
      {
196 197
      mCanRotate = true;
197
      mCanPlay = true;
198
      mCanPlay   = true;
198 199
      }
199 200

  
200 201
    mIsSolved = solved;

Also available in: Unified diff