1
0
Fork 0
This commit is contained in:
Jonathan Redpath 2022-04-28 19:13:25 +01:00
parent da6dfac9ff
commit b00e9f228a

View file

@ -1239,7 +1239,7 @@ var canvas_pfd = {
notification.Ftrgt = fmgc.FMGCInternal.flap2 - 30 - notification.ASI; notification.Ftrgt = fmgc.FMGCInternal.flap2 - 30 - notification.ASI;
} }
me.SPDftrgtdiff = fmgc.FMGCInternal.flap2 - me.ind_spd; notification.SPDftrgtdiff = fmgc.FMGCInternal.flap2 - me.ind_spd;
notification.flapMaxSpeed = 185; notification.flapMaxSpeed = 185;
} else if (notification.flapsInput == 3) { } else if (notification.flapsInput == 3) {
if (fmgc.FMGCInternal.flap3 <= 30) { if (fmgc.FMGCInternal.flap3 <= 30) {