Project

General

Profile

« Previous | Next » 

Revision 472e51e1

Added by Leszek Koltunski about 7 years ago

Minor.

View differences:

src/main/java/org/distorted/library/DistortedEffectsPostprocess.java
299 299
    mP.mQualityLevel = level;
300 300
    mP.mQualityScale = 1.0f;
301 301

  
302
    for(int i=0; i<level; i++) mP.mQualityScale*=0.5f;
302
    for(int i=0; i<level; i++) mP.mQualityScale*=EffectQuality.MULTIPLIER;
303 303
    }
304 304

  
305 305
///////////////////////////////////////////////////////////////////////////////////////////////////   

Also available in: Unified diff