mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-28 00:40:39 +02:00
rename param
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user