VC: Fix accidently reversed push and pull for ALT knob

This commit is contained in:
Josh Davidson 2019-06-08 20:21:44 -04:00
parent 469380047c
commit 54e4aeb087
2 changed files with 3 additions and 3 deletions

View file

@ -4082,7 +4082,7 @@
<repeatable>false</repeatable>
<binding>
<command>nasal</command>
<script>libraries.APPanel.ALTPull();</script>
<script>libraries.APPanel.ALTPush();</script>
</binding>
<binding>
<command>nasal</command>
@ -4094,7 +4094,7 @@
<repeatable>false</repeatable>
<binding>
<command>nasal</command>
<script>libraries.APPanel.ALTPush();</script>
<script>libraries.APPanel.ALTPull();</script>
</binding>
<binding>
<command>nasal</command>

View file

@ -1 +1 @@
4794
4795