mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-04-05 14:35:58 +00:00
Fix a potential Array index out of bounds exception.
This commit is contained in:
parent
a2f62499b9
commit
13e1269023
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue