mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
*** empty log message ***
This commit is contained in:
parent
13edf0ce99
commit
bf2ff00518
2 changed files with 1 additions and 22 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue