mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-06 12:19:47 +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.
|
// Default values for attachment code.
|
||||||
$tags = "";
|
$tags = "";
|
||||||
$overlap = 0;
|
$overlap = 0;
|
||||||
$color = undef;
|
$color = "yellow";
|
||||||
|
|
||||||
$attach_to = undef;
|
$attach_to = undef;
|
||||||
$attach_anchor = [CENTER, CENTER, UP, 0];
|
$attach_anchor = [CENTER, CENTER, UP, 0];
|
||||||
|
|
Loading…
Reference in a new issue