Fixed warning

Former-commit-id: d6ac174b7ad2a365158ccda0300e62aed5bd8a7b
This commit is contained in:
Lynix 2013-08-19 23:37:23 +02:00
parent f73c99d502
commit b9b572c60c
1 changed files with 1 additions and 1 deletions

View File

@ -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: