Fix harmless compiler warning in Octree
This commit is contained in:
parent
be589dbc47
commit
e458618945
@ -967,7 +967,7 @@ static void SetNode_slow(OOOctreeBuilder *self, uint32_t index, int value)
|
||||
*/
|
||||
- (BOOL) suppressClangStuff
|
||||
{
|
||||
return &_stateStack;
|
||||
return &_stateStack && 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user