Project

General

Profile

« Previous | Next » 

Revision af4cc5db

Added by Leszek Koltunski about 7 years ago

Simplify yesterday's refactoring.

View differences:

src/main/java/org/distorted/library/Distorted.java
24 24
import android.opengl.GLES30;
25 25
import org.distorted.library.program.*;
26 26

  
27
import java.io.InputStream;
28

  
29 27
///////////////////////////////////////////////////////////////////////////////////////////////////
30 28
/**
31 29
 * A singleton class used to control various global settings.
......
136 134
 */
137 135
  public static void onDestroy()
138 136
    {
139
    DistortedRenderable.onDestroy();
137
    DistortedSurface.onDestroy();
140 138
    DistortedTree.onDestroy();
141 139
    EffectQueue.onDestroy();
142 140
    DistortedEffects.onDestroy();

Also available in: Unified diff