forked from mirror/openmw-tes3mp
Small fix for terrain
This commit is contained in:
parent
72a3c50eb8
commit
b8ca067730
1 changed files with 1 additions and 0 deletions
|
@ -357,6 +357,7 @@ bool QuadTreeNode::update(const Ogre::Vector3 &cameraPos)
|
|||
|
||||
if (!childrenLoaded)
|
||||
{
|
||||
mChunk->setVisible(true);
|
||||
// Make sure child scene nodes are detached until all children are loaded
|
||||
mSceneNode->removeAllChildren();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue