mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-05 06:17:32 +02:00
fix type error
This commit is contained in:
@@ -82,7 +82,7 @@ function carve_up(x, y, z, cells) =
|
|||||||
cells,
|
cells,
|
||||||
z_y_x_wall(cell) ? [x, y, z, 3, true] :
|
z_y_x_wall(cell) ? [x, y, z, 3, true] :
|
||||||
z_y_wall(cell) ? [x, y, z, 1, true] :
|
z_y_wall(cell) ? [x, y, z, 1, true] :
|
||||||
z_x_wall(cell) ? [x, y, z, 6, true] : [x, y, z, 0, true]
|
z_x_wall(cell) ? [x, y, z, 2, true] : [x, y, z, 0, true]
|
||||||
);
|
);
|
||||||
|
|
||||||
// go left and carve the right wall of the left cell
|
// go left and carve the right wall of the left cell
|
||||||
|
Reference in New Issue
Block a user