diff --git a/libraries/shared/src/SpatiallyNestable.cpp b/libraries/shared/src/SpatiallyNestable.cpp index 0880d39356..f273aaadda 100644 --- a/libraries/shared/src/SpatiallyNestable.cpp +++ b/libraries/shared/src/SpatiallyNestable.cpp @@ -588,7 +588,7 @@ bool SpatiallyNestable::setPuffedQueryAACube() { getThisPointer()->forEachDescendant([&](SpatiallyNestablePointer descendant) { bool success; - AACube descendantAACube = descendant->getMaximumAACube(success); + AACube descendantAACube = descendant->getQueryAACube(success); if (success) { if (_queryAACube.contains(currentAACube)) { return;