mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:24:24 +02:00
fix thinko and whitespace
This commit is contained in:
parent
3c2dac5cf8
commit
00e0b26f05
1 changed files with 9 additions and 9 deletions
|
@ -590,7 +590,7 @@ bool SpatiallyNestable::setPuffedQueryAACube() {
|
||||||
bool success;
|
bool success;
|
||||||
AACube descendantAACube = descendant->getQueryAACube(success);
|
AACube descendantAACube = descendant->getQueryAACube(success);
|
||||||
if (success) {
|
if (success) {
|
||||||
if (_queryAACube.contains(currentAACube)) {
|
if (_queryAACube.contains(descendantAACube)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
_queryAACube += descendantAACube.getMinimumPoint();
|
_queryAACube += descendantAACube.getMinimumPoint();
|
||||||
|
|
Loading…
Reference in a new issue