mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
All classes use Sys.initialize now
This commit is contained in:
parent
c093f3ace1
commit
b98677fb47
14 changed files with 1285 additions and 1308 deletions
|
|
@ -167,7 +167,7 @@ public final class GLContext {
|
|||
public static boolean OpenGL15;
|
||||
|
||||
static {
|
||||
System.loadLibrary(Sys.getLibraryName());
|
||||
Sys.initialize();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue