Project

General

Profile

« Previous | Next » 

Revision f2d0d23e

Added by Leszek Koltunski over 2 years ago

Remove statics from the Bandaged Cube classes.

View differences:

src/main/java/org/distorted/objects/TwistyBandagedAbstract.java
153 153

  
154 154
  private int mCurrState;
155 155
  private int mIndexExcluded;
156
  ScrambleState[] mStates;
157 156
  private int[][] mScrambleTable;
158 157
  private int[] mNumOccurences;
158
  ScrambleState[] mStates;
159
  float[][] POSITIONS;
160
  int[] QUAT_INDICES;
159 161

  
160 162
///////////////////////////////////////////////////////////////////////////////////////////////////
161 163

  

Also available in: Unified diff