mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-23 03:47:34 -04:00
Remove effects added by unloading cells
This commit is contained in:
parent
7361a1c6fd
commit
9fc5ced9c9
@ -366,6 +366,9 @@ namespace MWWorld
|
|||||||
|
|
||||||
MWBase::Environment::get().getSoundManager()->stopSound (cell);
|
MWBase::Environment::get().getSoundManager()->stopSound (cell);
|
||||||
mActiveCells.erase(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)
|
void Scene::loadCell(CellStore *cell, Loading::Listener* loadingListener, bool respawn, const osg::Vec3f& position)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user