Fixed layout

This commit is contained in:
Robert Osfield 2019-07-01 13:43:29 +01:00
parent 84983020be
commit cc92ef8191

View File

@ -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