1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 11:23:51 +00:00

fixed cell change crash

This commit is contained in:
Marc Zinnschlag 2011-05-30 14:21:55 +02:00
parent c7fb27e801
commit bed45a936e

View file

@ -402,7 +402,11 @@ void ExteriorCellRender::destroy()
mBase = NULL; mBase = NULL;
std::cout << "destroy"; std::cout << "destroy";
if (sg)
{
Ogre::Root::getSingleton().getSceneManagerIterator().getNext()->destroyStaticGeometry(sg); Ogre::Root::getSingleton().getSceneManagerIterator().getNext()->destroyStaticGeometry(sg);
sg = 0;
}
} }
// Switch through lighting modes. // Switch through lighting modes.