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/differentbitmaps/DifferentBitmapsRenderer.java
93 93
      {  
94 94
      for(int i=NUM-1; i>=0; i--) 
95 95
        {   
96
        bmp[i].abortAllEffects(EffectTypes.MATRIX.type);
96
        bmp[i].abortEffects(EffectTypes.MATRIX);
97 97
        }
98 98
      
99 99
      if( bmpHeight/(NUM*bmpWidth) > height/width )

Also available in: Unified diff