use the new errorhandler & bubble notifs
This commit is contained in:
@@ -96,7 +96,7 @@ public class CurveRenderState {
|
||||
*/
|
||||
public static void shutdown() {
|
||||
staticState.shutdown();
|
||||
FrameBufferCache.shutdown();
|
||||
//FrameBufferCache.shutdown();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user