shutdown slider renderer frame buffer cache when tearing down the container

This commit is contained in:
yugecin 2017-03-04 11:47:06 +01:00
parent 68e0b6fad8
commit 92ce01acd0

View File

@ -96,7 +96,7 @@ public class CurveRenderState {
*/ */
public static void shutdown() { public static void shutdown() {
staticState.shutdown(); staticState.shutdown();
//FrameBufferCache.shutdown(); FrameBufferCache.shutdown();
} }
/** /**