inventory screen doesn't need two char info display

This commit is contained in:
minjaesong
2019-02-06 11:05:58 +09:00
parent 88a1beb271
commit 36c6cb78ba
7 changed files with 31 additions and 32 deletions

View File

@@ -319,9 +319,6 @@ class TitleScreen(val batch: SpriteBatch) : Screen {
override fun dispose() {
logo.texture.dispose()
IngameRenderer.dispose()
uiMenu.dispose()
}