1
0
Fork 0

whoops ... typo

This commit is contained in:
mfranz 2006-04-21 19:59:51 +00:00
parent 543be9df3f
commit f839a5111f

View file

@ -686,7 +686,7 @@ ModelMgr = {
} }
if (ok) { if (ok) {
var tmp = props.Node.new({"heading-deg":0, "pitch-deg":0, "roll-deg":0}); var tmp = props.Node.new({"heading-deg":0, "pitch-deg":0, "roll-deg":0});
prop.copy(m, tmp); props.copy(m, tmp);
m.getParent().removeChild(m.getName(), m.getIndex()); m.getParent().removeChild(m.getName(), m.getIndex());
append(me.static, Static.new( append(me.static, Static.new(
m.getNode("path").getValue(), m.getNode("path").getValue(),