mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 01:36:56 +02:00
Merge pull request #7350 from sethalves/try-again-on-queryAACube
try again on queryAACube
This commit is contained in:
commit
0f0b4519fd
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