mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
re-enabled missing ALC error check
This commit is contained in:
parent
ba11118e30
commit
fdb0d2cd1d
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ public final class ALC10 {
|
|||
public static String alcGetString(ALCdevice device, int pname) {
|
||||
String result;
|
||||
result = nalcGetString(getDevice(device), pname);
|
||||
//Util.checkALCError();
|
||||
Util.checkALCError();
|
||||
return result;
|
||||
}
|
||||
private native static String nalcGetString(long device, int pname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue