Project

General

Profile

« Previous | Next » 

Revision cd2e8d4c

Added by Leszek Koltunski over 2 years ago

Implement new TouchControlShapemod

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyWindmill.java
32 32
import org.distorted.objectlib.main.ShapeHexahedron;
33 33
import org.distorted.objectlib.touchcontrol.TouchControlHexahedron;
34 34

  
35
import static org.distorted.objectlib.touchcontrol.TouchControl.TC_CHANGING_MIRROR;
35
import static org.distorted.objectlib.touchcontrol.TouchControl.TC_CHANGING_SHAPEMOD;
36 36
import static org.distorted.objectlib.touchcontrol.TouchControl.TYPE_NOT_SPLIT;
37 37

  
38 38
///////////////////////////////////////////////////////////////////////////////////////////////////
......
123 123

  
124 124
  public int getTouchControlType()
125 125
    {
126
    return TC_CHANGING_MIRROR;
126
    return TC_CHANGING_SHAPEMOD;
127 127
    }
128 128

  
129 129
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff