Project

General

Profile

« Previous | Next » 

Revision c09ce989

Added by Leszek Koltunski about 2 years ago

Bandaged 3x3: fix scrambling.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyBandagedGeneric.java
29 29
public class TwistyBandagedGeneric extends TwistyBandagedAbstract
30 30
{
31 31
  private static float[][] POS;
32
  private long mSignature = -1;
32
  private static long mSignature;
33 33

  
34 34
///////////////////////////////////////////////////////////////////////////////////////////////////
35 35

  
......
50 50
  public static void setPositions(float[][] positions)
51 51
    {
52 52
    POS = positions;
53
    mSignature = -1;
53 54
    }
54 55

  
55 56
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff