mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-06 00:40:00 +01:00
*** empty log message ***
This commit is contained in:
parent
2d5c4cf934
commit
2d4c68d037
|
|
@ -63,7 +63,7 @@ public class BufferChecks {
|
|||
*/
|
||||
public static void checkFunctionAddress(long pointer) {
|
||||
if (pointer == 0) {
|
||||
throw new IllegalStateException("Function is unsupported");
|
||||
throw new IllegalStateException("Function is not supported");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue