A3XX: FMGC: Fix engaging AP1 or AP2 setting mode to V/S
This commit is contained in:
parent
a970b204dd
commit
cb683fcdd7
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ var fmabox = func {
|
|||
setprop("/it-autoflight/output/fma-pwr", 0);
|
||||
} else {
|
||||
setprop("/it-autoflight/input/trk", 0);
|
||||
setprop("/it-autoflight/input/vert", 1);
|
||||
setprop("/it-autoflight/input/vs", int(getprop("/velocities/vertical-speed-fps")*0.6)*100);
|
||||
setprop("/it-autoflight/output/fma-pwr", 1);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue