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/VertexEffect.java
72 72
    }
73 73

  
74 74
///////////////////////////////////////////////////////////////////////////////////////////////////
75
/**
76
 * Only for use by the library itself.
77
 *
78
 * @y.exclude
79
 */
80
  public static void onDestroy()
75

  
76
  static void destroyStatics()
81 77
    {
82 78
    mNumEnabled = 0;
83 79
    mGLSL = "";

Also available in: Unified diff