mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
set default color to prevent error
This commit is contained in:
parent
9ca28066e1
commit
bf23e067bd
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
// Default values for attachment code.
|
||||
$tags = "";
|
||||
$overlap = 0;
|
||||
$color = undef;
|
||||
$color = "yellow";
|
||||
|
||||
$attach_to = undef;
|
||||
$attach_anchor = [CENTER, CENTER, UP, 0];
|
||||
|
|
Loading…
Reference in a new issue