mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2025-12-06 08:01:59 +01:00
re-enabled missing ALC error check
This commit is contained in:
parent
ba11118e30
commit
fdb0d2cd1d
|
|
@ -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…
Reference in a new issue