summaryrefslogtreecommitdiff
path: root/core/math/quick_hull.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-06-07 11:57:47 +0200
committerGitHub <noreply@github.com>2021-06-07 11:57:47 +0200
commitd567abd714f25afabf29673383697f1cf3b37329 (patch)
treec32470c634aa27ec1c7abf296ee5af22f8626ce9 /core/math/quick_hull.cpp
parent76ec21707ea39cc83537fc98250387972b432bb7 (diff)
parentc1c76850cb47c0f8451fce6353958006e95b2cda (diff)
Merge pull request #49382 from akien-mga/misc-cleanup
Style: Cleanup uses of double spaces between words
Diffstat (limited to 'core/math/quick_hull.cpp')
-rw-r--r--core/math/quick_hull.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/quick_hull.cpp b/core/math/quick_hull.cpp
index fe18cc3d41..0d77bfe933 100644
--- a/core/math/quick_hull.cpp
+++ b/core/math/quick_hull.cpp
@@ -112,7 +112,7 @@ Error QuickHull::build(const Vector<Vector3> &p_points, Geometry3D::MeshData &r_
}
}
- //fourth vertex is the one most further away from the plane
+ //fourth vertex is the one most further away from the plane
{
real_t maxd = 0;