Project

General

Profile

« Previous | Next » 

Revision 70a42319

Added by Leszek Koltunski about 2 years ago

Bandaged 3x3: speed up creation of a cube.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyBandagedAbstract.java
87 87

  
88 88
  public ScrambleState[] getScrambleStates()
89 89
    {
90
    if( mStates==null )
90
    if( mStates==null && !isInIconMode() )
91 91
      {
92 92
      long signature = getSignature();
93 93
      mStates = ScrambleStateBandaged3x3.computeGraph(signature);

Also available in: Unified diff