FMGC: Fix the order of things so that they are not bad
This commit is contained in:
parent
b8ec096b68
commit
375a861400
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue