Removed extraneous comma.

This commit is contained in:
Revar Desmera 2023-09-11 21:02:46 -07:00
parent 4d9833a368
commit 24ef607f96

View file

@ -541,7 +541,7 @@ function resample_path(path, n, spacing, keep_corners, closed=true) =
? [for (i=idx(subpaths)) max(1,round(lens[i]/spacing)-1)] ? [for (i=idx(subpaths)) max(1,round(lens[i]/spacing)-1)]
: let( : let(
ccnt = len(corners), ccnt = len(corners),
parts = [for (l=lens) (n-ccnt) * l/plen], parts = [for (l=lens) (n-ccnt) * l/plen]
) )
_sum_preserving_round(parts), _sum_preserving_round(parts),
out = [ out = [