mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Fix typos with codespell
Using codespell 1.15.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ```
This commit is contained in:
@@ -611,7 +611,7 @@ void CSGBrushOperation::_add_poly_points(const BuildPoly &p_poly, int p_edge, in
|
||||
|
||||
{
|
||||
EdgeSort es;
|
||||
es.angle = 0; //wont be checked here
|
||||
es.angle = 0; //won't be checked here
|
||||
es.edge = p_edge;
|
||||
es.prev_point = p_from_point;
|
||||
es.edge_point = p_to_point;
|
||||
|
||||
Reference in New Issue
Block a user