1
0
Fork 0
This commit is contained in:
Inuyaksa 2021-06-12 20:49:37 +02:00
parent 3f3442d259
commit 650eea4f6e

View file

@ -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();