1
0
Fork 0

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:
david 2001-12-27 22:34:32 +00:00
parent 36f00b1c12
commit 3b70eae4c9

View file

@ -32,7 +32,7 @@ FGControls::FGControls() :
aileron( 0.0 ),
aileron_trim( 0.0 ),
elevator( 0.0 ),
elevator_trim( 1.969572E-03 ),
elevator_trim( 0.0 ),
rudder( 0.0 ),
rudder_trim( 0.0 ),
throttle_idle( true )