mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-23 07:23:16 +02:00
skip->do_tag
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user