removed dead code

This commit is contained in:
ZappoMan 2014-12-06 15:07:02 -08:00
parent 08092e7abe
commit 7011162c70

View file

@ -1385,7 +1385,6 @@ bool OctreeElement::findDetailedRayIntersection(const glm::vec3& origin, const g
if (intersectedObject) {
*intersectedObject = this;
}
//qDebug() << " OctreeElement::findDetailedRayIntersection().... hasContent() -- done searching...";
keepSearching = false;
return true; // we did intersect
}