mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-08 07:54:05 +00:00
missing initialization of AL11 functions
This commit is contained in:
parent
969930902c
commit
aa928312b8
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue