1
0
Fork 0

FMGC: Fix the order of things so that they are not bad

This commit is contained in:
Josh Davidson 2021-07-25 20:14:14 -04:00
parent b8ec096b68
commit 375a861400

View file

@ -667,8 +667,8 @@ var ITAF = {
Internal.altCaptureActive = 0;
me.updateApprArm(0);
Output.vert.setValue(6);
me.updateThrustMode();
me.updateVertText("FLARE");
me.updateThrustMode();
} else if (n == 7) { # T/O CLB or G/A CLB, text is set by TOGA selector
Internal.flchActive = 0;
Internal.altCaptureActive = 0;