worldportal ui fix

This commit is contained in:
minjaesong
2024-10-31 10:53:11 +09:00
parent 4cc74a85d1
commit fa3a129991
4 changed files with 7 additions and 8 deletions

View File

@@ -136,6 +136,7 @@ abstract class UICanvas(
/** A function that is run ONCE when the UI is requested to be opened; will work identical to [endOpening] if [openCloseTime] is zero */
open fun show() {
clearTooltip()
openingClickLatched = true
uiItems.forEach { it.show() }
handler.subUIs.forEach { it.show() }