diff --git a/src/pixel/px_polygon.scad b/src/pixel/px_polygon.scad index bac65467..4f69ba54 100644 --- a/src/pixel/px_polygon.scad +++ b/src/pixel/px_polygon.scad @@ -28,4 +28,4 @@ function px_polygon(points, filled = false) = ] ) ) - dedup(sort(sort(all, by = "x"), by = "y"), sorted = true); \ No newline at end of file + dedup(sort(all, by = "vt"), sorted = true); \ No newline at end of file