fix: pickaxe will constantly closing the tooltip while equipped

This commit is contained in:
minjaesong
2024-02-03 15:40:29 +09:00
parent 559f5a9a9d
commit 5dacbe18a3
2 changed files with 6 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ object UIItemInventoryCellCommonRes {
/**
* Special hash values:
* - 10001: Encumbrance bar
* - 10002: Pickaxe
*/
val tooltipShowing = HashMap<Long, Boolean>() // Long: `hash` field on UIItemInventoryItemGrid
}