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:
commit
3fe621d55f
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