Skip to content

Commit cd52bd6

Browse files
authored
repairing the axisMeshNames for TOUCHPAD_TOUCH on Y (#5732)
1 parent fb4b8eb commit cd52bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/windows-motion-controls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var INPUT_MAPPING = {
2323
// the mesh corresponding to axis 0 is in this array index 0.
2424
axisMeshNames: [
2525
'TOUCHPAD_TOUCH_X',
26-
'TOUCHPAD_TOUCH_X',
26+
'TOUCHPAD_TOUCH_Y',
2727
'THUMBSTICK_X',
2828
'THUMBSTICK_Y'
2929
],

0 commit comments

Comments
 (0)