diff --git a/src/voronoi/_impl/_convex_intersection_for.scad b/src/voronoi/_impl/_convex_intersection_for.scad index b2b60505..b43845ca 100644 --- a/src/voronoi/_impl/_convex_intersection_for.scad +++ b/src/voronoi/_impl/_convex_intersection_for.scad @@ -10,9 +10,8 @@ function _convex_intersection_for_impl(shapes, pre, leng, i = 2) = ); function _convex_intersection_for(shapes) = - let(leng = len(shapes)) _convex_intersection_for_impl( shapes, _convex_intersection(shapes[0], shapes[1]), - leng + len(shapes) ); \ No newline at end of file