Project

General

Profile

« Previous | Next » 

Revision 121e4a39

Added by Leszek Koltunski about 3 years ago

Fix solved state detection of the Dino4

View differences:

src/main/java/org/distorted/objects/TwistyDino.java
71 71
         };
72 72

  
73 73
  // centers of the 12 edges. Must be in the same order like QUATs above.
74
  private static final float[][] CENTERS = new float[][]
74
  static final float[][] CENTERS = new float[][]
75 75
         {
76 76
             { 0.0f, 1.5f, 1.5f },
77 77
             { 1.5f, 0.0f, 1.5f },

Also available in: Unified diff