And another one
This commit is contained in:
parent
6348537eb9
commit
e0e90f81f4
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user