Set default elevator trim to 0 to avoid FPEs and improve transparency
(per-aircraft default trim can be set in the XML config files).
This commit is contained in:
parent
36f00b1c12
commit
3b70eae4c9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ FGControls::FGControls() :
|
||||||
aileron( 0.0 ),
|
aileron( 0.0 ),
|
||||||
aileron_trim( 0.0 ),
|
aileron_trim( 0.0 ),
|
||||||
elevator( 0.0 ),
|
elevator( 0.0 ),
|
||||||
elevator_trim( 1.969572E-03 ),
|
elevator_trim( 0.0 ),
|
||||||
rudder( 0.0 ),
|
rudder( 0.0 ),
|
||||||
rudder_trim( 0.0 ),
|
rudder_trim( 0.0 ),
|
||||||
throttle_idle( true )
|
throttle_idle( true )
|
||||||
|
|
Loading…
Add table
Reference in a new issue