Project

General

Profile

« Previous | Next » 

Revision a91fb62f

Added by Leszek Koltunski about 3 years ago

Fix (again) the solved state detection in Dino4.

View differences:

src/main/java/org/distorted/objects/TwistyDino4.java
139 139
    for(int c=0; c<numCenters; c++)
140 140
      {
141 141
      int index = mScramble[CUBITS[c].mQuatIndex][c];
142
      mColors[c] = mFaceMap[index];
142
      mColors[index] = mFaceMap[c];
143 143
      }
144 144

  
145 145
    if( mColors[0]==mColors[3] && mColors[0]==mColors[7] &&

Also available in: Unified diff