From 63293d5838caabc827df3b22a4d8af13c895f15e Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Sun, 3 Jan 2016 08:07:31 -0800 Subject: [PATCH] remove commented code --- libraries/shared/src/SpatiallyNestable.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/shared/src/SpatiallyNestable.cpp b/libraries/shared/src/SpatiallyNestable.cpp index 288bda5dfa..841d8c3d44 100644 --- a/libraries/shared/src/SpatiallyNestable.cpp +++ b/libraries/shared/src/SpatiallyNestable.cpp @@ -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) {