Project

General

Profile

« Previous | Next » 

Revision 436899f2

Added by Leszek Koltunski almost 8 years ago

Fix for issue 1: 'FBO not visible' : we forgot to clear the HashMap in DistortedNode.

View differences:

src/main/java/org/distorted/library/DistortedNode.java
106 106
      }
107 107
   }
108 108
 
109
///////////////////////////////////////////////////////////////////////////////////////////////////
110

  
111
  public static void release()
112
    {
113
    mNextNodeID = 0;
114
    mMapNodeID.clear();
115
    }
116

  
109 117
///////////////////////////////////////////////////////////////////////////////////////////////////
110 118

  
111 119
  private void markRecursive()

Also available in: Unified diff