Project

General

Profile

« Previous | Next » 

Revision 8bfefd68

Added by Leszek Koltunski about 5 years ago

Split the DistortedNode class into two - DistortedNode and DistortedNodeData

View differences:

src/main/java/org/distorted/library/main/Distorted.java
231 231
  public static void onDestroy()
232 232
    {
233 233
    DistortedObject.onDestroy();
234
    DistortedNode.onDestroy();
234
    DistortedNodeData.onDestroy();
235 235
    DistortedEffects.onDestroy();
236 236
    DistortedMaster.onDestroy();
237 237
    DistortedOutputSurface.onDestroy();

Also available in: Unified diff