FMGC: Fix incorrect variable init
This commit is contained in:
parent
7c7f5875fc
commit
390b9d751a
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ var Text = {
|
|||
lat: props.globals.initNode("/it-autoflight/mode/lat", "T/O", "STRING"),
|
||||
thr: props.globals.initNode("/it-autoflight/mode/thr", "PITCH", "STRING"),
|
||||
vert: props.globals.initNode("/it-autoflight/mode/vert", "T/O CLB", "STRING"),
|
||||
vertTemp: 0,
|
||||
vertTemp: "T/O CLB",
|
||||
};
|
||||
|
||||
var Setting = {
|
||||
|
|
Loading…
Reference in a new issue