working storage chest impl

This commit is contained in:
minjaesong
2021-03-16 15:32:22 +09:00
parent 0fa889bc55
commit 953e44c8d7
12 changed files with 59 additions and 44 deletions

View File

@@ -738,7 +738,7 @@ public class AppLoader implements ApplicationListener {
textureWhiteCircle.dispose();
logo.getTexture().dispose();
disposableSingletonsPool.forEach((it) -> {try { it.dispose(); } catch (GdxRuntimeException e) {}});
disposableSingletonsPool.forEach((it) -> {try { it.dispose(); } catch (IllegalArgumentException e) {}});
ModMgr.INSTANCE.disposeMods();