Fix parameter increase/decrease directions
This commit is contained in:
@ -1185,7 +1185,7 @@
|
||||
"InteractionName": "DecreaseParam",
|
||||
"Trigger": {
|
||||
"Type": "TriggerPhysicalButtonClicked",
|
||||
"ButtonKey": 106
|
||||
"ButtonKey": 107
|
||||
},
|
||||
"Action": {
|
||||
"Type": "ActionCustom",
|
||||
@ -1196,7 +1196,7 @@
|
||||
"InteractionName": "IncreaseParam",
|
||||
"Trigger": {
|
||||
"Type": "TriggerPhysicalButtonClicked",
|
||||
"ButtonKey": 107
|
||||
"ButtonKey": 106
|
||||
},
|
||||
"Action": {
|
||||
"Type": "ActionCustom",
|
||||
|
||||
Reference in New Issue
Block a user