And another one

This commit is contained in:
Vincent Lejeune 2014-09-06 00:02:48 +02:00
parent 6348537eb9
commit e0e90f81f4

View File

@ -147,7 +147,7 @@ void LODNode::updateVisibility(bool* shown)
{
m_nodes[i]->setVisible(i == level);
if (i == level && shown != NULL)
*shown = level;
*shown = (i > 0);
}
}