mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-17 14:18:15 +01:00
set default color to prevent error
This commit is contained in:
parent
9ca28066e1
commit
bf23e067bd
@ -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…
x
Reference in New Issue
Block a user