mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-04 14:07:52 +00:00
proper resetNativeStubs for other oal-related classes, probably a NOP atm
This commit is contained in:
parent
ba88605f00
commit
6cdca16f80
1 changed files with 2 additions and 0 deletions
|
|
@ -217,8 +217,10 @@ public final class AL {
|
|||
device = null;
|
||||
}
|
||||
resetNativeStubs(AL10.class);
|
||||
resetNativeStubs(AL11.class);
|
||||
resetNativeStubs(ALC10.class);
|
||||
resetNativeStubs(ALC11.class);
|
||||
resetNativeStubs(EFX10.class);
|
||||
|
||||
if (created)
|
||||
nDestroy();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue