A3XX: FMGC Managed Speed bug fixed
This commit is contained in:
parent
6fed624768
commit
460776b5e4
2 changed files with 2 additions and 2 deletions
|
@ -454,7 +454,7 @@ var ManagedSPD = maketimer(0.25, func {
|
|||
mng_alt_mach_cmd = getprop("/FMGC/internal/mng-alt-mach");
|
||||
mng_alt_mach = math.round(mng_alt_mach_cmd, 0.001);
|
||||
|
||||
if (mode == "SRS" and (phase == 0 or phase == 1)) {
|
||||
if ((mode == " " or mode == "SRS") and (phase == 0 or phase == 1)) {
|
||||
if (mngktsmach) {
|
||||
setprop("/FMGC/internal/mng-kts-mach", 0);
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
2147
|
||||
2148
|
Reference in a new issue