forked from mirror/openmw-tes3mp
fixed cell change crash
This commit is contained in:
parent
c7fb27e801
commit
bed45a936e
1 changed files with 5 additions and 1 deletions
|
@ -402,7 +402,11 @@ void ExteriorCellRender::destroy()
|
|||
|
||||
mBase = NULL;
|
||||
std::cout << "destroy";
|
||||
if (sg)
|
||||
{
|
||||
Ogre::Root::getSingleton().getSceneManagerIterator().getNext()->destroyStaticGeometry(sg);
|
||||
sg = 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Switch through lighting modes.
|
||||
|
|
Loading…
Reference in a new issue