1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 22:45:34 +00:00

Another terrain fix

This commit is contained in:
scrawl 2014-03-09 11:59:23 +01:00
parent 6eaa7553f8
commit a9dcc90970

View file

@ -438,7 +438,7 @@ void QuadTreeNode::unload(bool recursive)
if (recursive && hasChildren())
{
for (int i=0; i<4; ++i)
mChildren[i]->unload();
mChildren[i]->unload(true);
}
}