mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-14 15:46:06 +09:00
no more access violation from freeing already freed memory
This commit is contained in:
@@ -321,6 +321,7 @@ class TitleScreen(val batch: SpriteBatch) : Screen {
|
||||
override fun dispose() {
|
||||
logo.texture.dispose()
|
||||
uiMenu.dispose()
|
||||
demoWorld.dispose()
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user