mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
*** empty log message ***
This commit is contained in:
parent
2d5c4cf934
commit
2d4c68d037
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue