From 9c3bb9d5d55f9119256a822e9a2bf2cbee0777ad Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Fri, 13 Mar 2020 17:47:23 +0800 Subject: [PATCH] refactor --- src/pixel/px_polygon.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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