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:
minjaesong
2022-03-12 17:52:48 +09:00
parent 54f1f590c4
commit 40a7c6876a
11 changed files with 87 additions and 17 deletions

View File

@@ -392,6 +392,8 @@ open class IngameInstance(val batch: FlippingSpriteBatch, val isMultiplayer: Boo
uiTooltip.setAsOpen()
}
uiTooltip.message = message
// printStackTrace(this)
}
}