1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-02 17:06:41 +00:00

Merge branch 'fixpartialequipagain' into 'master'

Properly reset variable for partial equipping

See merge request 
This commit is contained in:
jvoisin 2023-11-15 22:39:34 +00:00
commit edd69885ce

View file

@ -566,8 +566,8 @@ namespace MWGui
MWWorld::InventoryStore& invStore = mPtr.getClass().getInventoryStore(mPtr);
invStore.unequipItemQuantity(ptr, count);
updateItemView();
mEquippedStackableCount.reset();
}
mEquippedStackableCount.reset();
}
if (isVisible())