Project

General

Profile

« Previous | Next » 

Revision 0afc143a

Added by Leszek Koltunski about 7 years ago

Reset EffectsPostprocess' ID back in 0 on Destroy.

View differences:

src/main/java/org/distorted/library/DistortedEffectsPostprocess.java
83 83
    mP = null;
84 84
    }
85 85

  
86
///////////////////////////////////////////////////////////////////////////////////////////////////
87

  
88
  static void onDestroy()
89
    {
90
    mNextID = 0;
91
    }
92

  
86 93
///////////////////////////////////////////////////////////////////////////////////////////////////
87 94
// PUBLIC API
88 95
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff