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

Revert "forgot to destroy child scene nodes"

This reverts commit f1a3309392.

Unneeded. The caller already calls this which destroys the children recursively
This commit is contained in:
Chris Robinson 2013-02-24 14:14:08 -08:00
parent 9e7b559b09
commit 5267d17408

View file

@ -55,7 +55,6 @@ void Objects::clearSceneNode (Ogre::SceneNode *node)
{
clearSceneNode(static_cast<Ogre::SceneNode*>(it.getNext ()));
}
node->removeAndDestroyAllChildren ();
}
void Objects::setMwRoot(Ogre::SceneNode* root)