VC: Fix backwards rotation on eng mode selector

This commit is contained in:
Joshua Davidson 2018-09-23 18:36:51 -04:00
parent d1a73b3d69
commit 670ea0c708
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -1 +1 @@
4649
4650