Project

General

Profile

« Previous | Next » 

Revision dd1a65c1

Added by Leszek Koltunski over 2 years ago

Move ObjectControl, the next big chunk of code, to objectlib.

View differences:

src/main/java/org/distorted/screens/RubikScreenPlay.java
262 262
            mObject = obj;
263 263
            act.changeObject(list, true);
264 264
            adjustLevels(act);
265
            mController.clearMoves(act);
265
            mMovesController.clearMoves(act);
266 266
            }
267 267

  
268 268
          mObjectPopup.dismiss();
......
395 395
      public void onClick(View v)
396 396
        {
397 397
        act.getPreRender().solveObject();
398
        mController.clearMoves(act);
398
        mMovesController.clearMoves(act);
399 399
        }
400 400
      });
401 401
    }

Also available in: Unified diff