mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-04 22:17:59 +00:00
Renamed LWJGLErrorException to LWJGLException
This commit is contained in:
parent
63b33930b1
commit
9d55bbb302
14 changed files with 77 additions and 77 deletions
|
|
@ -128,7 +128,7 @@ public final class Sys {
|
|||
System.loadLibrary(LIBRARY_NAME);
|
||||
String native_version = getNativeLibraryVersion();
|
||||
if (!native_version.equals(VERSION))
|
||||
throw new IllegalStateException("Version mismatch: jar version is '" + VERSION +
|
||||
throw new LinkageError("Version mismatch: jar version is '" + VERSION +
|
||||
"', native libary version is '" + native_version + "'");
|
||||
setDebug(DEBUG);
|
||||
setTime(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue