mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-01 10:42:57 +02:00
i can be ignored
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
module select(n) {
|
module select(i) {
|
||||||
children(n);
|
if(is_undef(i)) {
|
||||||
|
children();
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
children(i);
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user