src/invert.cpp

changeset 374
75efc3ba5a56
parent 306
6ad27b7d2697
--- a/src/invert.cpp	Mon Apr 10 14:46:36 2023 +0300
+++ b/src/invert.cpp	Tue Apr 11 11:11:28 2023 +0300
@@ -36,7 +36,7 @@
 /*
  * Inverts the winding of a polygon.
  */
-void gl::invert(PolygonElement& polygon)
+void gl::invert(PlainPolygonElement& polygon)
 {
 	visitPolygon<void>(
 		[](LineSegment&) {},

mercurial