Skip to content

Commit

Permalink
Merge branch 'fixpartialequipagain' into 'master'
Browse files Browse the repository at this point in the history
Properly reset variable for partial equipping

See merge request OpenMW/openmw!3586
  • Loading branch information
jvoisin committed Nov 15, 2023
2 parents 9b1cb99 + a2de470 commit edd6988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/openmw/mwgui/inventorywindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,8 @@ namespace MWGui
MWWorld::InventoryStore& invStore = mPtr.getClass().getInventoryStore(mPtr);
invStore.unequipItemQuantity(ptr, count);
updateItemView();
mEquippedStackableCount.reset();
}
mEquippedStackableCount.reset();
}

if (isVisible())
Expand Down

0 comments on commit edd6988

Please sign in to comment.