Fixed layout
This commit is contained in:
parent
84983020be
commit
cc92ef8191
@ -575,9 +575,11 @@ void OcclusionQueryNode::traverseQuery( const Camera* camera, NodeVisitor& nv )
|
||||
|
||||
void OcclusionQueryNode::traverseDebug( NodeVisitor& nv )
|
||||
{
|
||||
if (_debugBB && _enabled)
|
||||
if (_debugBB && _enabled)
|
||||
{
|
||||
// If requested, display the debug geometry
|
||||
_debugGeode->accept( nv );
|
||||
}
|
||||
}
|
||||
|
||||
BoundingSphere OcclusionQueryNode::computeBound() const
|
||||
|
Loading…
Reference in New Issue
Block a user