load list: thumbnail on management scr

This commit is contained in:
minjaesong
2023-07-11 15:18:44 +09:00
parent c033260ec5
commit 64e05a4f17
19 changed files with 128 additions and 271 deletions

View File

@@ -105,8 +105,8 @@ class UITestPad1 : TerrarumGamescreen {
}
override fun dispose() {
try { colourPickerTex.dispose() } catch (e: GdxRuntimeException) {}
try { colourPickerPixmap.dispose() } catch (e: GdxRuntimeException) {}
colourPickerTex.tryDispose()
colourPickerPixmap.tryDispose()
}