mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-29 00:25:52 +01:00
Bump OS X native version
This commit is contained in:
parent
0c07657edf
commit
5378a48083
|
|
@ -44,7 +44,7 @@ import java.lang.UnsatisfiedLinkError;
|
|||
* $Id$
|
||||
*/
|
||||
final class MacOSXSysImplementation extends J2SESysImplementation {
|
||||
private static final int JNI_VERSION = 24;
|
||||
private static final int JNI_VERSION = 25;
|
||||
|
||||
static {
|
||||
// Manually start the AWT Application Loop
|
||||
|
|
|
|||
Loading…
Reference in a new issue