Clang return error fix
This commit is contained in:
parent
7c0c79400c
commit
66adfff9ba
@ -83,7 +83,7 @@ class BIHWrap
|
||||
void operator()(const Vector3& p, uint32 Idx)
|
||||
{
|
||||
if (Idx >= objects_size)
|
||||
{ return false; }
|
||||
{ return; }
|
||||
|
||||
if (const T* obj = objects[Idx])
|
||||
{ cb(p, *obj); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user