1
0
Fork 0

Bug-fix for manual approach speed selection

This commit is contained in:
Matthew Maring 2020-05-25 18:33:15 -04:00
parent 79f166b4ef
commit 52bc91ca8e

View file

@ -84,7 +84,7 @@ var perfAPPRInput = func(key, i) {
mcdu.clearScratchpad(i);
} else if (int(scratchpad) != nil and scratchpad >= 100 and scratchpad <= 350) {
setprop("/FMGC/internal/vapp-speed-set", 1);
setprop("/FMGC/internal/computed-speeds/vapp_appr", scratchpad);
setprop("/FMGC/internal/computed-speeds/vapp", scratchpad);
mcdu.clearScratchpad(i);
} else {
notAllowed(i);