Project

General

Profile

« Previous | Next » 

Revision 6e3fcb91

Added by Leszek Koltunski over 2 years ago

Remove 3 out of 4 object icons.

View differences:

src/main/java/org/distorted/tutorials/TutorialList.java
551 551
  public int getIconID()
552 552
    {
553 553
    RubikObject object = RubikObjectList.getObject(mObject);
554
    int iconSize = RubikActivity.getDrawableSize();
555
    return object==null ? 0 : object.getIconID(iconSize);
554
    return object==null ? 0 : object.getIconID();
556 555
    }
557 556

  
558 557
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff