Fixed warning
Former-commit-id: d6ac174b7ad2a365158ccda0300e62aed5bd8a7b
This commit is contained in:
parent
f73c99d502
commit
b9b572c60c
|
|
@ -387,7 +387,7 @@ nzIntersectionSide NzFrustum<T>::Intersect(const NzBoundingVolume<T>& volume) co
|
|||
}
|
||||
|
||||
NazaraError("Invalid intersection side (0x" + NzString::Number(side, 16) + ')');
|
||||
return false;
|
||||
return nzIntersectionSide_Outside;
|
||||
}
|
||||
|
||||
case nzExtend_Infinite:
|
||||
|
|
|
|||
Loading…
Reference in New Issue