Merge branch 'dev' into 3D
This commit is contained in:
commit
b9f8a808c0
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue