Project

General

Profile

« Previous | Next » 

Revision c5fca790

Added by Leszek Koltunski almost 2 years ago

Progress with new UI

View differences:

src/main/java/org/distorted/objects/RubikObjectList.java
29 29
import org.distorted.main.RubikActivity;
30 30
import org.distorted.objectlib.main.ObjectSignatures;
31 31
import org.distorted.objectlib.main.ObjectType;
32
import org.distorted.screens.RubikScreenPlay;
33
import org.distorted.screens.ScreenList;
34 32

  
35 33
import static org.distorted.objectlib.main.TwistyObject.MESH_NICE;
36 34
import static org.distorted.objectlib.main.ObjectType.NUM_OBJECTS;
......
395 393

  
396 394
///////////////////////////////////////////////////////////////////////////////////////////////////
397 395

  
398
  public static boolean setCurrObject(RubikActivity act, int ordinal)
396
  public static boolean setCurrObject(int ordinal)
399 397
    {
400 398
    if( mObject!=ordinal )
401 399
      {

Also available in: Unified diff