mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
skip->do_tag
This commit is contained in:
parent
3d73a26dd7
commit
9cced31847
1 changed files with 1 additions and 1 deletions
|
@ -862,7 +862,7 @@ module force_tag(tag)
|
|||
// position(TOP) thing();
|
||||
// position(RIGHT) tag("keep_it") thing();
|
||||
// }
|
||||
module default_tag(tag,skip=false)
|
||||
module default_tag(tag,do_tag=false)
|
||||
{
|
||||
if ($tag=="") tag(tag) children();
|
||||
else children();
|
||||
|
|
Loading…
Reference in a new issue