A3XX: Fix FBW bug where aircraft can get stuck in excessive bank, fix rollback lag

This commit is contained in:
Joshua Davidson 2017-10-08 12:03:56 -04:00
parent 12aa8b761a
commit 7ef432b5ed
3 changed files with 119 additions and 129 deletions

View file

@ -351,20 +351,10 @@
</input>
<input>
<condition>
<and>
<equals>
<property>/it-fbw/roll-back</property>
<value>1</value>
</equals>
<less-than>
<property>/controls/flight/aileron-input</property>
<value>0.05</value>
</less-than>
<greater-than>
<property>/controls/flight/aileron-input</property>
<value>-0.05</value>
</greater-than>
</and>
</condition>
<expression>
<table>

View file

@ -1 +1 @@
2109
2110