Project

General

Profile

« Previous | Next » 

Revision a595ee16

Added by Leszek Koltunski almost 8 years ago

New API tested.

View differences:

src/main/java/org/distorted/library/EffectQueue.java
234 234
    for(int j=effect; j<mNumEffects; j++ ) 
235 235
      {
236 236
      mType[j]            = mType[j+1];
237
      mInter[0][j]          = mInter[0][j+1];
238
      mInter[1][j]          = mInter[1][j+1];
239
      mInter[2][j]          = mInter[2][j+1];
237
      mInter[0][j]        = mInter[0][j+1];
238
      mInter[1][j]        = mInter[1][j+1];
239
      mInter[2][j]        = mInter[2][j+1];
240 240
      mCurrentDuration[j] = mCurrentDuration[j+1];
241 241
      mID[j]              = mID[j+1];
242 242
    

Also available in: Unified diff