--- a/src/algorithms/invert.cpp Sat Mar 24 12:54:28 2018 +0200
+++ b/src/algorithms/invert.cpp Sat Mar 24 12:58:01 2018 +0200
@@ -130,6 +130,9 @@
}
}
+/*
+ * Inverts the winding of a polygon.
+ */
void invertPolygon(LDPolygon& polygon)
{
switch (polygon.numPolygonVertices())