Project

General

Profile

« Previous | Next » 

Revision 2dffaf22

Added by Leszek Koltunski over 1 year ago

- add the Pyraminx Duo solver to the list
- make the signature of an object independent of its location in the ObjectType enum

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyMixup3x3Plus.java
19 19
import org.distorted.objectlib.helpers.ObjectSignature;
20 20
import org.distorted.objectlib.helpers.ObjectVertexEffects;
21 21
import org.distorted.objectlib.main.InitData;
22
import org.distorted.objectlib.main.ObjectSignatures;
22 23
import org.distorted.objectlib.main.ObjectType;
23 24

  
24 25
///////////////////////////////////////////////////////////////////////////////////////////////////
......
330 331

  
331 332
  public ObjectSignature getSignature()
332 333
    {
333
    return new ObjectSignature(ObjectType.MIXP_3);
334
    return new ObjectSignature(ObjectSignatures.MIXP_3);
334 335
    }
335 336

  
336 337
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff