Encapsulated LIBRARY_NAME (properly!)

This commit is contained in:
Caspian Rychlik-Prince 2002-08-19 14:29:54 +00:00
parent c3d2c45cb3
commit c564bc582d
1 changed files with 2 additions and 4 deletions

View File

@ -74,10 +74,6 @@ public final class Sys {
*/
public static final int REALTIME_PRIORITY = 2;
static {
initialize();
}
/** The native library name */
private static String LIBRARY_NAME;
@ -89,6 +85,8 @@ public final class Sys {
// Assertions are enabled, so we'll use the debug version of the
// library
LIBRARY_NAME = "lwjgl_d";
} finally {
initialize();
}
}