_c should be a valid function from the beginning
This commit is contained in:
parent
d92ae39349
commit
c54fbb1e39
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
#
|
#
|
||||||
# debug.load_xml_nasal(<file>) ... load and run XML embedded Nasal
|
# debug.load_xml_nasal(<file>) ... load and run XML embedded Nasal
|
||||||
|
|
||||||
var _c = nil;
|
var _c = func {}
|
||||||
|
|
||||||
var color = func(enabled) {
|
var color = func(enabled) {
|
||||||
if (enabled) {
|
if (enabled) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue