mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-27 23:55:11 +01:00
missing initialization of AL11 functions
This commit is contained in:
parent
969930902c
commit
aa928312b8
|
|
@ -184,7 +184,8 @@ public final class ALC11 {
|
|||
|
||||
// checking for version 1.1+
|
||||
if(major > 1 || minor >= 1) {
|
||||
initNativeStubs();
|
||||
ALC11.initNativeStubs();
|
||||
AL11.initNativeStubs();
|
||||
}
|
||||
}
|
||||
} catch (LWJGLException le) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue