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/TwistyVoid.java
17 17
import org.distorted.objectlib.helpers.ObjectSignature;
18 18
import org.distorted.objectlib.helpers.ObjectVertexEffects;
19 19
import org.distorted.objectlib.main.InitData;
20
import org.distorted.objectlib.main.ObjectSignatures;
20 21
import org.distorted.objectlib.main.ObjectType;
21 22
import org.distorted.objectlib.shape.ShapeHexahedron;
22 23
import org.distorted.objectlib.touchcontrol.TouchControlHexahedron;
......
474 475

  
475 476
  public ObjectSignature getSignature()
476 477
    {
477
    return new ObjectSignature(ObjectType.VOID_3);
478
    return new ObjectSignature(ObjectSignatures.VOID_3);
478 479
    }
479 480

  
480 481
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff