Project

General

Profile

« Previous | Next » 

Revision 2ef5dd9e

Added by Leszek Koltunski almost 7 years ago

Bugfixes for the recent 'Effect classes' API change.

View differences:

src/main/java/org/distorted/library/effect/Effect.java
142 142

  
143 143
    mUnityDim[n] = l;
144 144

  
145
    mID = (mNextID++)<<EffectType.LENGTH + mType.ordinal();
145
    mID = ((mNextID++)<<EffectType.LENGTH) + mType.ordinal();
146 146
    }
147 147
  }

Also available in: Unified diff