Project

General

Profile

« Previous | Next » 

Revision 2e49718d

Added by Leszek Koltunski about 7 years ago

progress with DistortedRenderable.

This introduces a regression with MultiBlur!

View differences:

src/main/java/org/distorted/library/Distorted.java
136 136
 */
137 137
  public static void onDestroy()
138 138
    {
139
    DistortedTexture.onDestroy();
140
    DistortedFramebuffer.onDestroy();
139
    DistortedRenderable.onDestroy();
141 140
    DistortedTree.onDestroy();
142 141
    EffectQueue.onDestroy();
143 142
    DistortedEffects.onDestroy();

Also available in: Unified diff