mirror of
https://github.com/OpenMW/openmw.git
synced 2026-02-06 17:28:28 +00:00
Merge branch 'clean_despawn' into 'master'
Remove effects added by unloading cells Closes #6914 See merge request OpenMW/openmw!2208
This commit is contained in:
commit
79cdc08253
1 changed files with 3 additions and 0 deletions
|
|
@ -366,6 +366,9 @@ namespace MWWorld
|
|||
|
||||
MWBase::Environment::get().getSoundManager()->stopSound (cell);
|
||||
mActiveCells.erase(cell);
|
||||
// Clean up any effects that may have been spawned while unloading all cells
|
||||
if(mActiveCells.empty())
|
||||
mRendering.notifyWorldSpaceChanged();
|
||||
}
|
||||
|
||||
void Scene::loadCell(CellStore *cell, Loading::Listener* loadingListener, bool respawn, const osg::Vec3f& position)
|
||||
|
|
|
|||
Loading…
Reference in a new issue