A3XX: Fix TAS
This commit is contained in:
parent
c2da325056
commit
57b3018419
2 changed files with 2 additions and 2 deletions
|
@ -700,7 +700,7 @@ canvas.NDStyles["Airbus"] = {
|
|||
init: func(nd,symbol),
|
||||
predicate: func(nd) nd.aircraft_source.get_spd() > 100,
|
||||
is_true: func(nd) {
|
||||
nd.symbols.tas.setText(sprintf("%3.0f",getprop("/instrumentation/airspeed-indicator/true-speed-kt") ));
|
||||
nd.symbols.tas.setText(sprintf("%3.0f",getprop("/velocities/TAS") ));
|
||||
nd.symbols.tas.show();
|
||||
},
|
||||
is_false: func(nd) nd.symbols.tas.hide(),
|
||||
|
|
|
@ -1 +1 @@
|
|||
1443
|
||||
1444
|
Reference in a new issue