Removed stray space
This commit is contained in:
parent
14e7bc5a17
commit
62cd8850e2
@ -586,7 +586,7 @@ bool OcclusionQueryNode::getPassed( const Camera* camera, NodeVisitor& nv )
|
|||||||
|
|
||||||
void OcclusionQueryNode::traverseQuery( const Camera* camera, NodeVisitor& nv )
|
void OcclusionQueryNode::traverseQuery( const Camera* camera, NodeVisitor& nv )
|
||||||
{
|
{
|
||||||
if (!isQueryGeometryValid() || ! _enabled)
|
if (!isQueryGeometryValid() || !_enabled)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
bool issueQuery;
|
bool issueQuery;
|
||||||
|
Loading…
Reference in New Issue
Block a user