Project

General

Profile

« Previous | Next » 

Revision 2d9d9d62

Added by Leszek Koltunski about 4 years ago

Bugfix

View differences:

src/main/java/org/distorted/objects/Cubit.java
187 187
      modifyCurrentPosition(mParent.QUATS[mQuatIndex]);
188 188
      return mQuatIndex;
189 189
      }
190

  
191
    return -mQuatIndex;
190
    else
191
      {
192
      int q = mQuatIndex;
193
      mQuatIndex = 0;
194
      return -q;
195
      }
192 196
    }
193 197

  
194 198
///////////////////////////////////////////////////////////////////////////////////////////////////
src/main/java/org/distorted/objects/TwistyObject.java
492 492

  
493 493
    if( BuildConfig.DEBUG )
494 494
      {
495
      android.util.Log.e("object", quats.toString());
495
      android.util.Log.e("quats" , quats.toString());
496 496
      android.util.Log.e("object", mList.name()+"_"+mNumLayers);
497 497
      }
498 498
    else

Also available in: Unified diff