All classes use Sys.initialize now

This commit is contained in:
Elias Naur 2004-03-27 13:48:58 +00:00
parent c093f3ace1
commit b98677fb47
14 changed files with 1285 additions and 1308 deletions

View file

@ -167,7 +167,7 @@ public final class GLContext {
public static boolean OpenGL15;
static {
System.loadLibrary(Sys.getLibraryName());
Sys.initialize();
}
/**