mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +00:00
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:
parent
54e5020a34
commit
0f5281e24f
10 changed files with 54 additions and 54 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue