Project

General

Profile

« Previous | Next » 

Revision cdd5e827

Added by Leszek Koltunski over 7 years ago

Some fixes for issues discovered by the Multiblur app.

View differences:

src/main/java/org/distorted/library/DistortedEffects.java
77 77
  private static long mNextID =0;
78 78
  private long mID;
79 79

  
80
  private static DistortedFramebuffer mBufferFBO = new DistortedFramebuffer(1,1);
80
  private static DistortedFramebuffer mBufferFBO = new DistortedFramebuffer(1,1,true);
81 81

  
82 82
  private EffectQueueMatrix      mM;
83 83
  private EffectQueueFragment    mF;

Also available in: Unified diff