Project

General

Profile

« Previous | Next » 

Revision 2f1f7570

Added by Leszek Koltunski over 5 years ago

Properly clean up static varaibles in the Effect classes!

View differences:

src/main/java/org/distorted/library/effect/MatrixEffect.java
38 38
 */
39 39
  public abstract void apply(float[] matrix, float[] uniforms, int index);
40 40

  
41
///////////////////////////////////////////////////////////////////////////////////////////////////
42

  
43
  static void destroyStatics()
44
    {
45

  
46
    }
47

  
41 48
///////////////////////////////////////////////////////////////////////////////////////////////////
42 49

  
43 50
  MatrixEffect(EffectName name)

Also available in: Unified diff