mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Fix for bug #101
This commit is contained in:
parent
9196779257
commit
00b11d130c
1 changed files with 2 additions and 0 deletions
|
@ -1428,6 +1428,8 @@ module exclusive_or() {
|
|||
children(8);
|
||||
children(9);
|
||||
}
|
||||
} else {
|
||||
assert($children<=10, "exclusive_or() can only handle up to 10 children.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue