new basicinfo ui; each module should be dispose()-able

This commit is contained in:
minjaesong
2019-02-16 01:32:17 +09:00
parent f8d4d284d6
commit 66fdb6ab5d
8 changed files with 133 additions and 169 deletions

View File

@@ -519,6 +519,8 @@ public class AppLoader implements ApplicationListener {
fontGame.dispose();
fontSmallNumbers.dispose();
ModMgr.INSTANCE.disposeMods();
// delete temp files
new File("./tmp_wenquanyi.tga").delete(); // FIXME this is pretty much ad-hoc
}