mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-14 23:56:07 +09:00
working storage chest impl
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user