Project

General

Profile

« Previous | Next » 

Revision a8c3ada7

Added by Leszek Koltunski almost 8 years ago

Improve aborting Effects.

View differences:

src/main/java/org/distorted/examples/differenteffects/DifferentEffectsRenderer.java
79 79
      { 
80 80
      for(int i=NUM-1; i>=0; i--) 
81 81
        {   
82
        bmp[i].abortAllEffects(EffectTypes.MATRIX.type);
82
        bmp[i].abortEffects(EffectTypes.MATRIX);
83 83
        }
84 84
      
85 85
      if( bmpHeight/(NUM*bmpWidth) > height/width )

Also available in: Unified diff