use the new errorhandler & bubble notifs

This commit is contained in:
yugecin
2017-01-21 01:16:27 +01:00
parent aceebb95ca
commit f730935622
35 changed files with 199 additions and 147 deletions

View File

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

View File

@@ -128,6 +128,7 @@ public class FrameBufferCache {
* <p>
* This is necessary for cases when the game gets restarted with a
* different resolution without closing the process.
* // TODO d do we still need this
*/
public static void shutdown() {
FrameBufferCache fbcInstance = FrameBufferCache.getInstance();