mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-01 13:24:46 +01:00
removed dynamic loading, since alut is statically linked (doh!)
This commit is contained in:
parent
7083363a91
commit
ddfc7f4919
|
|
@ -54,7 +54,7 @@
|
|||
* Signature: ()Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_org_lwjgl_openal_ALUT_nCreate (JNIEnv *env, jobject obj) {
|
||||
return InitializeOpenAL();
|
||||
return true;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern int InitializeOpenAL();
|
||||
/*
|
||||
* Class: org_lwjgl_openal_ALUT
|
||||
* Method: nCreate
|
||||
|
|
|
|||
Loading…
Reference in a new issue