mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-16 13:50:05 +01:00
del sorted param
This commit is contained in:
parent
5578c169b0
commit
469fdcc6f7
@ -37,7 +37,7 @@ module maze_masking(start, mask, cell_width, wall_thickness, wall_height, base_h
|
||||
pts = contour ?
|
||||
vx_contour([
|
||||
for(y = [0:rows - 1], x = [0:columns - 1]) if(mask[rows - y - 1][x] == 1) [x, y]
|
||||
], sorted = true) :
|
||||
]) :
|
||||
[];
|
||||
|
||||
walls = mz_squarewalls(cells, cell_width);
|
||||
|
Loading…
x
Reference in New Issue
Block a user