Project

General

Profile

« Previous | Next » 

Revision efa81f0c

Added by Leszek Koltunski over 2 years ago

Introduce abstract 4,6,8 adn 12 classes.

View differences:

src/main/java/org/distorted/objects/TwistyBandagedFused.java
99 99

  
100 100
  int[] getQuatIndices()
101 101
    {
102
    if( QUAT_INDICES==null )
103
      {
104
      QUAT_INDICES = new int[] { 0 };
105
      }
106

  
102
    if( QUAT_INDICES==null ) QUAT_INDICES = new int[] { 0 };
107 103
    return QUAT_INDICES;
108 104
    }
109 105

  

Also available in: Unified diff