Project

General

Profile

« Previous | Next » 

Revision d13df23d

Added by Leszek Koltunski over 2 years ago

Important bugfix.

View differences:

src/main/java/org/distorted/objects/TwistyObject.java
1134 1134
      mRotationAngle.resetToBeginning();
1135 1135
      mRotationAngle.add(new Static1D(0));
1136 1136
      mRotationAngle.add(new Static1D(angle));
1137
      mRotateEffect.setMeshAssociation( mRotRowBitmap<<(axis* ObjectList.MAX_OBJECT_SIZE) , -1);
1137
      mRotateEffect.setMeshAssociation( mRotRowBitmap<<(axis*ObjectList.MAX_OBJECT_SIZE) , -1);
1138 1138
      mRotateEffect.notifyWhenFinished(listener);
1139 1139

  
1140 1140
      return mRotateEffect.getID();

Also available in: Unified diff