1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-28 00:40:39 +02:00

rename param

This commit is contained in:
Justin Lin
2021-07-30 11:43:31 +08:00
parent 6e3d3e0a4b
commit bf8cb44595
9 changed files with 27 additions and 29 deletions

View File

@@ -29,7 +29,7 @@ module random_city(rows, columns, mask) {
children(n);
}
for(tile = tile_w2e(rows, columns, mask)) {
for(tile = tile_w2e([columns, rows], mask)) {
x = tile[0];
y = tile[1];
i = tile[2];