Project

General

Profile

« Previous | Next » 

Revision e02264ff

Added by Leszek Koltunski about 7 years ago

Bugfix (before we couldn't call postprocess() more than once per frame)

View differences:

src/main/java/org/distorted/library/DistortedEffectsPostprocess.java
67 67
    return mP;
68 68
    }
69 69

  
70
///////////////////////////////////////////////////////////////////////////////////////////////////
71

  
72
  int postprocessPriv(long currTime, DistortedOutputSurface surface)
73
    {
74
    return mP.postprocess(currTime,surface);
75
    }
76

  
77 70
///////////////////////////////////////////////////////////////////////////////////////////////////
78 71

  
79 72
  private void releasePriv()

Also available in: Unified diff