Bugfix
This commit is contained in:
parent
da6dfac9ff
commit
b00e9f228a
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue