typo
This commit is contained in:
parent
3f3442d259
commit
650eea4f6e
1 changed files with 1 additions and 1 deletions
|
@ -1039,7 +1039,7 @@ setlistener(flightPlanController.changed, updateAirportRadios);
|
||||||
|
|
||||||
var reset_FMGC = func {
|
var reset_FMGC = func {
|
||||||
FMGCInternal.phase = 0;
|
FMGCInternal.phase = 0;
|
||||||
FMGCNodes.phase.serValue(0);
|
FMGCNodes.phase.setValue(0);
|
||||||
fd1 = Input.fd1.getValue();
|
fd1 = Input.fd1.getValue();
|
||||||
fd2 = Input.fd2.getValue();
|
fd2 = Input.fd2.getValue();
|
||||||
spd = Input.kts.getValue();
|
spd = Input.kts.getValue();
|
||||||
|
|
Loading…
Reference in a new issue