mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 17:39:26 +02:00
try again on queryAACube
This commit is contained in:
parent
5eadc265af
commit
e8a03b725f
1 changed files with 1 additions and 0 deletions
|
@ -781,6 +781,7 @@ void SpatiallyNestable::setQueryAACube(const AACube& queryAACube) {
|
||||||
if (queryAACube.getScale() > 0.0f) {
|
if (queryAACube.getScale() > 0.0f) {
|
||||||
_queryAACubeSet = true;
|
_queryAACubeSet = true;
|
||||||
}
|
}
|
||||||
|
checkAndAdjustQueryAACube();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool SpatiallyNestable::queryAABoxNeedsUpdate() const {
|
bool SpatiallyNestable::queryAABoxNeedsUpdate() const {
|
||||||
|
|
Loading…
Reference in a new issue