1
0
Fork 0

this file is broken by design. Fixing the Nasal error apparently

overstrains it, so here's the error back. Have fun!  :-|
This commit is contained in:
mfranz 2007-01-13 22:37:38 +00:00
parent 4690b3c2c3
commit 51712052e1

View file

@ -117,7 +117,7 @@ initialize = func {
}
initDoubleProp = func(node, prop, val) {
if(node.getNode(prop) != nil and node.getType() != "NONE") {
if(node.getNode(prop) != nil) {
val = num(node.getNode(prop).getValue());
}
node.getNode(prop, 1).setDoubleValue(val);