From 375a861400b94fd81b68329fb95ab115ddcb2492 Mon Sep 17 00:00:00 2001 From: Josh Davidson Date: Sun, 25 Jul 2021 20:14:14 -0400 Subject: [PATCH] FMGC: Fix the order of things so that they are not bad --- Nasal/FMGC/FMGC-b.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nasal/FMGC/FMGC-b.nas b/Nasal/FMGC/FMGC-b.nas index 8c3bd9de..e012529b 100644 --- a/Nasal/FMGC/FMGC-b.nas +++ b/Nasal/FMGC/FMGC-b.nas @@ -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;