whoops ... typo
This commit is contained in:
parent
543be9df3f
commit
f839a5111f
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||||
|
|
Loading…
Reference in a new issue