mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
minor partial equipping fix
This commit is contained in:
parent
e11bee250f
commit
a2de470804
@ -566,8 +566,8 @@ namespace MWGui
|
||||
MWWorld::InventoryStore& invStore = mPtr.getClass().getInventoryStore(mPtr);
|
||||
invStore.unequipItemQuantity(ptr, count);
|
||||
updateItemView();
|
||||
mEquippedStackableCount.reset();
|
||||
}
|
||||
mEquippedStackableCount.reset();
|
||||
}
|
||||
|
||||
if (isVisible())
|
||||
|
Loading…
Reference in New Issue
Block a user