A3XX: Fix FBW bug where aircraft can get stuck in excessive bank, fix rollback lag
This commit is contained in:
parent
12aa8b761a
commit
7ef432b5ed
3 changed files with 119 additions and 129 deletions
|
@ -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>
|
||||
|
|
|
@ -1 +1 @@
|
|||
2109
|
||||
2110
|
Reference in a new issue