Don't scale elevator by 0.5.
This commit is contained in:
parent
ea16fdbee7
commit
baa5b9d6ac
1 changed files with 1 additions and 1 deletions
|
@ -712,7 +712,7 @@ bool FGATC610x::do_analog_in() {
|
|||
// elevator
|
||||
tmp = -scale( elevator_center->getIntValue(), elevator_min->getIntValue(),
|
||||
elevator_max->getIntValue(), analog_in_data[5] );
|
||||
fgSetFloat( "/controls/flight/elevator", tmp * 0.5 );
|
||||
fgSetFloat( "/controls/flight/elevator", tmp );
|
||||
// cout << "trim = " << analog_in_data[4] << " = " << tmp;
|
||||
|
||||
// elevator trim
|
||||
|
|
Loading…
Reference in a new issue