mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 18:15:34 +00:00
minor partial equipping fix
This commit is contained in:
parent
e11bee250f
commit
a2de470804
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue