Project

General

Profile

« Previous | Next » 

Revision f86b282a

Added by Leszek Koltunski over 2 years ago

Minor.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyDino.java
31 31
import org.distorted.objectlib.helpers.ObjectSticker;
32 32
import org.distorted.objectlib.helpers.ScrambleState;
33 33
import org.distorted.objectlib.main.ObjectControl;
34
import org.distorted.objectlib.main.Twisty6;
34
import org.distorted.objectlib.main.TwistyHexahedron;
35 35

  
36 36
///////////////////////////////////////////////////////////////////////////////////////////////////
37 37

  
38
abstract class TwistyDino extends Twisty6
38
abstract class TwistyDino extends TwistyHexahedron
39 39
{
40 40
  // the four rotation axis of a RubikDino. Must be normalized.
41 41
  static final Static3D[] ROT_AXIS = new Static3D[]

Also available in: Unified diff