Project

General

Profile

« Previous | Next » 

Revision 8ec0b28a

Added by Leszek Koltunski over 7 years ago

Minor

View differences:

src/main/java/org/distorted/library/main/DistortedEffects.java
635 635
 * We cannot this during mid-render - thus, give it to the Master to assign us back this job on the
636 636
 * next render.
637 637
 */
638
  public void setQuality(EffectQuality quality)
638
  public void setPostprocessingQuality(EffectQuality quality)
639 639
    {
640 640
    mJobs.add(new Job(MIPMAP,quality.level));
641 641
    DistortedMaster.newSlave(this);

Also available in: Unified diff