VC: Fix backwards rotation on eng mode selector
This commit is contained in:
parent
d1a73b3d69
commit
670ea0c708
2 changed files with 3 additions and 3 deletions
|
@ -1517,9 +1517,9 @@
|
|||
<object-name>eng_mode.mark</object-name>
|
||||
<property>controls/engines/engine-start-switch</property>
|
||||
<interpolation>
|
||||
<entry><ind>0</ind><dep>-53</dep></entry>
|
||||
<entry><ind>0</ind><dep> 53</dep></entry>
|
||||
<entry><ind>1</ind><dep> 0</dep></entry>
|
||||
<entry><ind>2</ind><dep> 53</dep></entry>
|
||||
<entry><ind>2</ind><dep>-53</dep></entry>
|
||||
</interpolation>
|
||||
<axis>
|
||||
<object-name>eng_mode.axis</object-name>
|
||||
|
|
|
@ -1 +1 @@
|
|||
4649
|
||||
4650
|
Reference in a new issue