missed one

This commit is contained in:
Seth Alves 2016-01-22 10:37:11 -08:00
parent 6b15beb88a
commit 6294939095

View file

@ -483,7 +483,7 @@ bool AACube::containsNaN() const {
if (isNaN(_corner.x) || isNaN(_corner.y) || isNaN(_corner.z)) {
return true;
}
if (_scale != _scale) {
if (isNaN(_scale)) {
return true;
}
return false;