Skip to content

Commit 3401e1b

Browse files
committed
fix
1 parent 6d5afc4 commit 3401e1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jme3-vr/src/main/java/com/jme3/system/lwjgl/LwjglWindowVR.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ public void run() {
478478
@Override
479479
public JoyInput getJoyInput() {
480480
if (joyInput == null) {
481-
joyInput = new GlfwJoystickInput();
481+
joyInput = new GlfwJoystickInput(settings);
482482
}
483483
return joyInput;
484484
}

0 commit comments

Comments
 (0)