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