mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +00:00
Windows: Check for gl errors after setting swap interval
This commit is contained in:
parent
59a3176ace
commit
42e75bb619
3 changed files with 9 additions and 10 deletions
|
|
@ -57,7 +57,7 @@ public final class Sys {
|
|||
private static final String VERSION = "1.1";
|
||||
|
||||
/** Current version of the JNI library */
|
||||
static final int JNI_VERSION = 9;
|
||||
static final int JNI_VERSION = 10;
|
||||
|
||||
/** The implementation instance to delegate platform specific behavior to */
|
||||
private final static SysImplementation implementation;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue