mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
remove commented code
This commit is contained in:
parent
f5bc58f606
commit
63293d5838
1 changed files with 0 additions and 1 deletions
|
@ -585,7 +585,6 @@ bool SpatiallyNestable::setPuffedQueryAACube() {
|
|||
AACube currentAACube = getMaximumAACube(success);
|
||||
// make an AACube with edges thrice as long and centered on the object
|
||||
_queryAACube = AACube(currentAACube.getCorner() - glm::vec3(currentAACube.getScale()), currentAACube.getScale() * 3.0f);
|
||||
// _queryAACube = AACube(currentAACube.getCorner(), currentAACube.getScale());
|
||||
_queryAACubeSet = true;
|
||||
|
||||
getThisPointer()->forEachDescendant([&](SpatiallyNestablePointer descendant) {
|
||||
|
|
Loading…
Reference in a new issue