try again on queryAACube

This commit is contained in:
Seth Alves 2016-03-14 13:03:27 -07:00
parent 5eadc265af
commit e8a03b725f

View file

@ -781,6 +781,7 @@ void SpatiallyNestable::setQueryAACube(const AACube& queryAACube) {
if (queryAACube.getScale() > 0.0f) {
_queryAACubeSet = true;
}
checkAndAdjustQueryAACube();
}
bool SpatiallyNestable::queryAABoxNeedsUpdate() const {