mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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