A3XX: Fix another bug with new FMGC
This commit is contained in:
parent
245dc7107b
commit
619f3b9e8c
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ var librariesLoop = maketimer(0.1, func {
|
|||
setprop("/it-autoflight/internal/bank-limit", 25);
|
||||
}
|
||||
|
||||
if (getprop("/it-autoflight/custom/show-hdg") == 0) {
|
||||
if (getprop("/it-autoflight/custom/show-hdg") == 0 and getprop("/it-autoflight/output/lat") != 4) {
|
||||
setprop("/it-autoflight/input/hdg", math.round(getprop("/orientation/heading-magnetic-deg")));
|
||||
}
|
||||
});
|
||||
|
|
Reference in a new issue