mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-21 06:14:10 +00:00
beautyfication
This commit is contained in:
parent
dd201b2f14
commit
46802b3486
1 changed files with 0 additions and 1 deletions
|
|
@ -184,7 +184,6 @@ void LoadOpenAL(JNIEnv *env, jobjectArray oalPaths) {
|
|||
}
|
||||
#endif
|
||||
#ifdef _X11
|
||||
//handleOAL = dlopen("libopenal.so", RTLD_LAZY);
|
||||
for(int i=0;i<pathcount;i++) {
|
||||
jstring path = (jstring) env->GetObjectArrayElement(oalPaths, i);
|
||||
handleOAL = dlopen(env->GetStringUTFChars(path, NULL), RTLD_LAZY);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue