Project

General

Profile

« Previous | Next » 

Revision b7e5a0ac

Added by Leszek Koltunski almost 3 years ago

Progress with RubikControl.

View differences:

src/main/java/org/distorted/control/RubikControl.java
139 139

  
140 140
  public void effectFinished(long effectID)
141 141
    {
142
    if( effectID==mWhole.getEffectID()  ) finishWhole();
143
    if( effectID==mRotate.getEffectID() ) finishRotate();
142
    if( effectID==mWhole.getEffectID()  )
143
      {
144
      android.util.Log.e("D", "whole finished");
145
      finishWhole();
146
      }
147
    if( effectID==mRotate.getEffectID() )
148
      {
149
      android.util.Log.e("D", "rotate finished");
150
      finishRotate();
151
      }
144 152
    }
145 153

  
146 154
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff