mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 23:09:52 +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) {
|
if (intersectedObject) {
|
||||||
*intersectedObject = this;
|
*intersectedObject = this;
|
||||||
}
|
}
|
||||||
//qDebug() << " OctreeElement::findDetailedRayIntersection().... hasContent() -- done searching...";
|
|
||||||
keepSearching = false;
|
keepSearching = false;
|
||||||
return true; // we did intersect
|
return true; // we did intersect
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue