mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
bugfix
This commit is contained in:
parent
c25d3a3f67
commit
dd99cec7a0
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user