Project

General

Profile

« Previous | Next » 

Revision b198bd4e

Added by Leszek Koltunski 3 months ago

UPgrade firebase BOM to the version which supports sessions.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyBandagedCuboid.java
284 284
    }
285 285

  
286 286
///////////////////////////////////////////////////////////////////////////////////////////////////
287
// Computing scramble states of many a bandaged cubes takes way too long time and too much space.
287
// Computing scramble states of many a bandaged cube takes way too long time and too much space.
288 288
// Return null here and turn to construction of scramble tables just-in-time (scrambleType=2)
289 289
// Unless this is AI Cube :)
290 290

  
......
568 568
      return new ObjectFaceShape(bands,bandIndices,null);
569 569
      }
570 570

  
571

  
572 571
    return factory.createIrregularFaceShape(variant, isInIconMode() );
573 572
    }
574 573

  
......
785 784
    return mSignature;
786 785
    }
787 786

  
788

  
789 787
///////////////////////////////////////////////////////////////////////////////////////////////////
790 788

  
791 789
  public String getObjectName()
......
793 791
    if( mPosition==null ) mPosition = getMetadata().getPos();
794 792

  
795 793
    if( mPosition==POS_1 ||
796
    mPosition==POS_2 ||
797
    mPosition==POS_3 ||
798
    mPosition==POS_4 ||
799
    mPosition==POS_5 ||
800
    mPosition==POS_6  ) return getMetadata().getObjectName();
794
        mPosition==POS_2 ||
795
        mPosition==POS_3 ||
796
        mPosition==POS_4 ||
797
        mPosition==POS_5 ||
798
        mPosition==POS_6  ) return getMetadata().getObjectName();
801 799

  
802 800
    return OBJECT_NAME_CUBOID;
803 801
    }

Also available in: Unified diff