1
0
Fork 0

fix for new Nasal

This commit is contained in:
mfranz 2007-03-29 19:42:48 +00:00
parent 3bcb193cb9
commit 5f209cfa28

View file

@ -175,7 +175,7 @@ var Model = {
}
m.node.getNode("legend", 1).setValue("");
if (isa(data, props.Node)) {
if (data != nil and isa(data, props.Node)) {
props.copy(data, m.node); # import node
}
var hdg = init_prop(m.node.getNode("heading-deg", 1), 0);