OpenAL: Made the openal library path returned by the current ClassLoader and cwd more override java.library.path. Converted some printfDebug to printfDebugJava

This commit is contained in:
Elias Naur 2005-05-12 07:47:07 +00:00
parent 54e5020a34
commit 0f5281e24f
10 changed files with 54 additions and 54 deletions

View file

@ -137,6 +137,7 @@ public final class AL {
"lwjglaudio", "lwjglaudio.dll",
"openal", "libopenal.so",
"openal", "openal.dylib"}, AL.class.getClassLoader());
LWJGLUtil.log("Found " + oalPaths.length + " OpenAL paths");
nCreate(oalPaths);
created = true;