mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
*** empty log message ***
This commit is contained in:
parent
8bb10a1372
commit
ca260e3330
2 changed files with 1 additions and 2 deletions
|
|
@ -63,8 +63,6 @@ public final class Sys {
|
|||
private final static SysImplementation implementation;
|
||||
|
||||
static {
|
||||
System.loadLibrary("awt");
|
||||
System.loadLibrary("jawt");
|
||||
System.loadLibrary(LIBRARY_NAME);
|
||||
implementation = createImplementation();
|
||||
String native_version = implementation.getNativeLibraryVersion();
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ public class AWTGLCanvas extends Canvas implements Drawable {
|
|||
private final static AWTCanvasImplementation implementation;
|
||||
|
||||
static {
|
||||
System.loadLibrary("jawt");
|
||||
Sys.initialize();
|
||||
String class_name;
|
||||
String OS_NAME = System.getProperty("os.name");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue