diff --git a/libraries/shared/src/SpatiallyNestable.cpp b/libraries/shared/src/SpatiallyNestable.cpp index 10d851ec5a..3392e9c66d 100644 --- a/libraries/shared/src/SpatiallyNestable.cpp +++ b/libraries/shared/src/SpatiallyNestable.cpp @@ -781,6 +781,7 @@ void SpatiallyNestable::setQueryAACube(const AACube& queryAACube) { if (queryAACube.getScale() > 0.0f) { _queryAACubeSet = true; } + checkAndAdjustQueryAACube(); } bool SpatiallyNestable::queryAABoxNeedsUpdate() const {