A3XX: Fix incorrect minus signs, causing bad Stick G behavior when banked
This commit is contained in:
parent
9b51ee9f1a
commit
8870cafd6f
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@
|
|||
<sum>
|
||||
<property>/accelerations/pilot-gdamped</property>
|
||||
<div>
|
||||
<value>1</value>
|
||||
<value>-1</value>
|
||||
<cos>
|
||||
<deg2rad>
|
||||
<product>
|
||||
|
@ -73,7 +73,7 @@
|
|||
</deg2rad>
|
||||
</cos>
|
||||
</div>
|
||||
<value>-1</value>
|
||||
<value>1</value>
|
||||
</sum>
|
||||
</expression>
|
||||
</input>
|
||||
|
|
Reference in a new issue