mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 12:33:27 +02:00
fix indentation in MetavoxelClientManager
This commit is contained in:
parent
4042b8b17a
commit
011b313b68
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ SharedObjectPointer MetavoxelClientManager::findFirstRaySpannerIntersection(cons
|
|||
if (client) {
|
||||
float clientDistance;
|
||||
SharedObjectPointer clientSpanner = client->getDataCopy().findFirstRaySpannerIntersection(
|
||||
origin, direction, attribute, clientDistance);
|
||||
origin, direction, attribute, clientDistance
|
||||
);
|
||||
if (clientSpanner && clientDistance < closestDistance) {
|
||||
closestSpanner = clientSpanner;
|
||||
closestDistance = clientDistance;
|
||||
|
|
Loading…
Reference in a new issue