mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 16:26:17 +02:00
removed dead code
This commit is contained in:
parent
08092e7abe
commit
7011162c70
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue