1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-01 05:11:33 +00:00

Merge branch 'fix_7378' into 'master'

Fix #7378 (dropped objects vanish when saving and reloading)

Closes #7378

See merge request OpenMW/openmw!3020
This commit is contained in:
psi29a 2023-05-14 15:41:22 +00:00
commit 3fe621d55f

View file

@ -1073,6 +1073,8 @@ namespace MWWorld
moveTo(movedRef, otherCell);
}
requestMergedRefsUpdate();
}
bool CellStore::operator==(const CellStore& right) const