Same fix for APPR
This commit is contained in:
parent
7527908d8e
commit
a6d278773c
1 changed files with 3 additions and 1 deletions
|
@ -467,7 +467,9 @@ var FCUController = {
|
||||||
fmgc.ITAF.disarmGS();
|
fmgc.ITAF.disarmGS();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
vertModeInput.setValue(2);
|
if (pts.Position.gearAglFt.getValue() >= 400 and vertTemp != 7) {
|
||||||
|
vertModeInput.setValue(2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue