You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Style: Cleanup uses of double spaces between words
Or after punctuation. Tried to leave third-party stuff alone, unless it has been heavily modified for Godot.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user