mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-07 03:26:50 +02:00
bugfix
This commit is contained in:
@@ -2350,7 +2350,7 @@ module expose_anchors(opacity=0.2) {
|
||||
show("anchor-arrow")
|
||||
children();
|
||||
hide("anchor-arrow")
|
||||
color(is_undef($color) || color=="default" ? [0,0,0] :
|
||||
color(is_undef($color) || $color=="default" ? [0,0,0] :
|
||||
is_string($color) ? $color
|
||||
: point3d($color),
|
||||
opacity)
|
||||
|
Reference in New Issue
Block a user