1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 15:29:55 +00:00

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

This commit is contained in:
Petr Mikheev 2023-05-14 14:53:01 +02:00
parent 5ae276e678
commit 63906059f1

View file

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