UIItemInventoryElemWide: removed temporary equippedslot marker: is unnecessary as we've already got UIItemInventoryEquippedView

This commit is contained in:
minjaesong
2021-09-20 17:10:10 +09:00
parent a532f4601b
commit c63b31e964
5 changed files with 12 additions and 17 deletions

View File

@@ -152,7 +152,7 @@ internal class UIStorageChest : UICanvas(
this,
catBar,
{ INGAME.actorNowPlaying!!.inventory }, // literally a player's inventory
INVENTORY_CELLS_OFFSET_X - halfSlotOffset + (listGap + UIItemInventoryElem.height) * 7,
INVENTORY_CELLS_OFFSET_X - halfSlotOffset + (listGap + UIItemInventoryElemWide.height) * 7,
INVENTORY_CELLS_OFFSET_Y,
6, CELLS_VRT,
drawScrollOnRightside = true,