mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 00:36:34 +02:00
Fix indentation.
This commit is contained in:
parent
95be605233
commit
bb4df26690
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ bool Model::findRayIntersectionAgainstSubMeshes(const glm::vec3& origin, const g
|
||||||
if (subMeshBox.findRayIntersection(origin, direction, distanceToSubMesh, subMeshFace)) {
|
if (subMeshBox.findRayIntersection(origin, direction, distanceToSubMesh, subMeshFace)) {
|
||||||
if (distanceToSubMesh < bestDistance) {
|
if (distanceToSubMesh < bestDistance) {
|
||||||
if (pickAgainstTriangles) {
|
if (pickAgainstTriangles) {
|
||||||
if (!_calculatedMeshTrianglesValid) {
|
if (!_calculatedMeshTrianglesValid) {
|
||||||
recalculateMeshBoxes(pickAgainstTriangles);
|
recalculateMeshBoxes(pickAgainstTriangles);
|
||||||
}
|
}
|
||||||
// check our triangles here....
|
// check our triangles here....
|
||||||
|
|
Loading…
Reference in a new issue