mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +09:00
issue #26 resolved (someone is hoolding stale ingame context)
This commit is contained in:
@@ -145,9 +145,7 @@ class UINSMenu(
|
||||
private fun popSubMenu() {
|
||||
if (listStack.size == 1) {
|
||||
System.err.println("[UINSMenu] Tried to pop root menu")
|
||||
Thread.currentThread().getStackTrace().forEach {
|
||||
System.err.println(it)
|
||||
}
|
||||
printStackTrace(this, System.err)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user