mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +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(TOP) thing();
|
||||||
// position(RIGHT) tag("keep_it") 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();
|
if ($tag=="") tag(tag) children();
|
||||||
else children();
|
else children();
|
||||||
|
|
Loading…
Reference in a new issue