Skip to content

Commit

Permalink
Anim: Fix the roll trim wheel did not match scroll wheel on b50.
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiVChr committed Jan 19, 2022
1 parent a05faf8 commit 0325f47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Models/Cockpit/Main/panels_mlu_left-console.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@
<drag-direction>vertical</drag-direction>
<drag-scale-px>2.5</drag-scale-px><!-- 10 is default -->
<repeatable>true</repeatable>
<interval-sec>0.75</interval-sec>
<interval-sec>0.5</interval-sec>
<factor>-90</factor>
<center>
<x-m>0.56569</x-m>
Expand Down Expand Up @@ -1671,8 +1671,8 @@
<drag-direction>vertical</drag-direction>
<drag-scale-px>2.5</drag-scale-px><!-- 10 is default -->
<repeatable>true</repeatable>
<interval-sec>0.75</interval-sec>
<factor>-90</factor>
<interval-sec>0.5</interval-sec>
<factor>90</factor>
<center>
<x-m>0.71282</x-m> <!-- 0.56569 + 0.14713 -->
<y-m>-0.39609</y-m> <!-- -0.35829 + -.0378 -->
Expand Down

0 comments on commit 0325f47

Please sign in to comment.