Project

General

Profile

« Previous | Next » 

Revision 2e18813f

Added by Leszek Koltunski almost 8 years ago

Beginnings of support for the SavePNG effect.

View differences:

src/main/java/org/distorted/library/EffectQueue.java
166 166
  
167 167
///////////////////////////////////////////////////////////////////////////////////////////////////
168 168
  
169
  protected synchronized int getEffectIndex(long id)
169
  private synchronized int getEffectIndex(long id)
170 170
    {
171 171
    int index = mIDIndex[(int)(id%mMax[mMaxIndex])];
172 172
    return (index<mNumEffects && mID[index]==id ? index : -1);

Also available in: Unified diff