Project

General

Profile

« Previous | Next » 

Revision ad48cee7

Added by Leszek Koltunski over 1 year ago

Correct scramble tables for the Crazy 2x2.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyCrazy2x2.java
583 583
    {
584 584
    if( mBasicAngle==null )
585 585
      {
586
      int[] tmp = new int[] {4,4,4};
586
      int[] tmp = new int[] {4,4};
587 587
      mBasicAngle = new int[][] { tmp,tmp,tmp };
588 588
      }
589 589

  

Also available in: Unified diff