*** empty log message ***

This commit is contained in:
Caspian Rychlik-Prince 2003-06-12 15:19:31 +00:00
parent 13edf0ce99
commit bf2ff00518
2 changed files with 1 additions and 22 deletions

View file

@ -65,11 +65,6 @@ public abstract class BaseAL {
*/
private static void initialize() {
System.loadLibrary(org.lwjgl.Sys.getLibraryName());
try {
System.loadLibrary("OpenAL32");
} catch (Exception e) {
System.loadLibrary("openal");
}
}
/**