graphics config panel; titlescreen no longer updates every single popup ui it contains

This commit is contained in:
minjaesong
2021-10-06 14:16:38 +09:00
parent fb13922ad9
commit 5e867f7db3
10 changed files with 213 additions and 127 deletions

View File

@@ -283,8 +283,8 @@ class UILoadDemoSavefiles : UICanvas() {
}
override fun dispose() {
shapeRenderer.dispose()
sliderFBO.dispose()
try { shapeRenderer.dispose() } catch (e: IllegalArgumentException) {}
try { sliderFBO.dispose() } catch (e: IllegalArgumentException) {}
}
override fun resize(width: Int, height: Int) {