mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
missed one
This commit is contained in:
parent
6b15beb88a
commit
6294939095
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue