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:
parent
5ae276e678
commit
63906059f1
1 changed files with 2 additions and 0 deletions
|
@ -1073,6 +1073,8 @@ namespace MWWorld
|
|||
|
||||
moveTo(movedRef, otherCell);
|
||||
}
|
||||
|
||||
requestMergedRefsUpdate();
|
||||
}
|
||||
|
||||
bool CellStore::operator==(const CellStore& right) const
|
||||
|
|
Loading…
Reference in a new issue