Files: ordering
This commit is contained in:
parent
3bf210d1c0
commit
1e816aa92a
1 changed files with 2 additions and 2 deletions
|
@ -103,10 +103,10 @@ var Input = {
|
|||
toga: props.globals.initNode("/it-autoflight/input/toga", 0, "BOOL"),
|
||||
trk: props.globals.initNode("/it-autoflight/input/trk", 0, "BOOL"),
|
||||
trueCourse: props.globals.initNode("/it-autoflight/input/true-course", 0, "BOOL"),
|
||||
vs: props.globals.initNode("/it-autoflight/input/vs", 0, "INT"),
|
||||
vsAbs: props.globals.initNode("/it-autoflight/input/vs-abs", 0, "INT"), # Set by property rule
|
||||
vert: props.globals.initNode("/it-autoflight/input/vert", 7, "INT"),
|
||||
vertTemp: 7,
|
||||
vs: props.globals.initNode("/it-autoflight/input/vs", 0, "INT"),
|
||||
vsAbs: props.globals.initNode("/it-autoflight/input/vs-abs", 0, "INT"), # Set by property rule
|
||||
};
|
||||
|
||||
var Internal = {
|
||||
|
|
Loading…
Reference in a new issue