1
0
Fork 0

Merge branch 'dev' into 3D

This commit is contained in:
Josh Davidson 2022-05-09 12:23:56 -04:00
commit b9f8a808c0

View file

@ -1191,9 +1191,9 @@ var canvas_pfd = {
}
if (fmgc.FMGCInternal.maxspeed <= 30) {
notification.ASImax = 0 - me.ASI;
notification.ASImax = 0 - notification.ASI;
} else if (fmgc.FMGCInternal.maxspeed >= 420) {
notification.ASImax = 390 - me.ASI;
notification.ASImax = 390 - notification.ASI;
} else {
notification.ASImax = fmgc.FMGCInternal.maxspeed - 30 - notification.ASI;
}