Project

General

Profile

« Previous | Next » 

Revision 84d746d7

Added by Leszek Koltunski about 2 years ago

Downloaded Objects more or less work now.

View differences:

src/main/java/org/distorted/main/RubikActivity.java
459 459
      if( reportChange && oldObject!=null )
460 460
        {
461 461
        RubikObject robject = RubikObjectList.getObject(newObject);
462
        String newName = robject==null ? "NULL" : robject.getName();
462
        String newName = robject==null ? "NULL" : robject.getUpperName();
463 463
        float fps = view.getRenderer().getFPS();
464 464
        fps = (int)(fps+0.5f);
465 465
        StringBuilder name = new StringBuilder();

Also available in: Unified diff