Fixed warning
Former-commit-id: d6ac174b7ad2a365158ccda0300e62aed5bd8a7b
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user