Project

General

Profile

« Previous | Next » 

Revision a42e25a6

Added by Leszek Koltunski about 4 years ago

Bugfixes.

View differences:

src/main/java/org/distorted/magic/RubikActivity.java
197 197
      {
198 198
      RubikSurfaceView view = findViewById(R.id.rubikSurfaceView);
199 199
      RubikPostRender post = view.getPostRender();
200

  
201
      if( post.canDrag() )
202
        {
203
        post.changeObject(object,size,moves);
204
        }
200
      post.changeObject(object,size,moves);
205 201
      }
206 202

  
207 203
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff