mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
fixed a bug where closing the inventory ui while tooltip is showing will make it persist when the ui is opened again
This commit is contained in:
@@ -124,6 +124,14 @@ open class UIItemTransitionContainer(
|
||||
return true
|
||||
}
|
||||
|
||||
override fun show() {
|
||||
uis.forEach { it.show() }
|
||||
}
|
||||
|
||||
override fun hide() {
|
||||
uis.forEach { it.hide() }
|
||||
}
|
||||
|
||||
override fun dispose() {
|
||||
uis.forEach { it.dispose() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user