Project

General

Profile

« Previous | Next » 

Revision 3bbe4d67

Added by Leszek Koltunski over 3 years ago

Put new things to the StackFrame.

View differences:

src/main/java/org/distorted/library/main/DistortedLibrary.java
1133 1133
    if( InternalStackFrameList.isInitialized() )
1134 1134
      {
1135 1135
      InternalStackFrameList.onDestroy(id);
1136
      InternalMaster.onDestroy();
1137
      InternalOutputSurface.onDestroy();
1138
      EffectQueue.onDestroy();
1139
      Effect.onDestroy();
1140
      DeferredJobs.onDestroy();
1136

  
1137
      InternalOutputSurface.onDestroy(); // those three really destroy
1138
      Effect.onDestroy();                // static data that does not
1139
      DeferredJobs.onDestroy();          // need to be part of a frame
1141 1140

  
1142 1141
      mOITCompilationAttempted = false;
1143 1142
      }

Also available in: Unified diff