1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 09:44:16 +02:00
This commit is contained in:
Justin Lin
2019-09-26 08:21:39 +08:00
parent 7333d474e1
commit 81cb948a53

View File

@@ -30,7 +30,6 @@ module voronoi2d(points, spacing = 1, r = 0, delta = 0, chamfer = false, region_
else if(region_type == "circle") { else if(region_type == "circle") {
circle(region_size / 2); circle(region_size / 2);
} }
} }
} }
} }