mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-10 18:59:57 +01:00
Fix a potential Array index out of bounds exception.
This commit is contained in:
parent
a2f62499b9
commit
13e1269023
|
|
@ -256,6 +256,7 @@ public final class LinuxEnvironmentPlugin extends ControllerEnvironment implemen
|
|||
controllers.add(new LinuxCombinedController((LinuxAbstractController)eventControllers.remove(i), (LinuxJoystickAbstractController)jsControllers.remove(j)));
|
||||
i--;
|
||||
j--;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue