mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-03 11:59:40 +02:00
missing destroy
This commit is contained in:
parent
929217d8d8
commit
8a163a0531
|
|
@ -72,6 +72,8 @@ public class OpenALInfo {
|
|||
printALInfo();
|
||||
|
||||
checkForErrors();
|
||||
|
||||
AL.destroy();
|
||||
}
|
||||
|
||||
private void printALCInfo() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue