Project

General

Profile

« Previous | Next » 

Revision c046f62c

Added by Leszek Koltunski over 3 years ago

Start creating the Tutorial Activity.

View differences:

src/main/java/org/distorted/library/main/DistortedLibrary.java
1108 1108
    mOITRenderProgram  = null;
1109 1109
    mBlitDepthProgram  = null;
1110 1110
    mBlitProgram       = null;
1111

  
1112

  
1113
android.util.Log.e("ON_PAUSE", "id="+id);
1114 1111
    }
1115 1112

  
1116 1113
///////////////////////////////////////////////////////////////////////////////////////////////////
......
1133 1130
 */
1134 1131
  public static void onDestroy(long id)
1135 1132
    {
1136
android.util.Log.e("ON_DESTROY", "id="+id);
1137

  
1138 1133
    if( InternalStackFrameList.isInitialized() )
1139 1134
      {
1140 1135
      InternalStackFrameList.onDestroy(id);

Also available in: Unified diff