mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
Fixed nSetVSyncEnabled() signature
This commit is contained in:
parent
fe2b550f1a
commit
9b0e9b5ecf
2 changed files with 3 additions and 3 deletions
|
|
@ -361,7 +361,7 @@ public final class Window {
|
|||
nSetVSyncEnabled(sync);
|
||||
}
|
||||
|
||||
private static native boolean nSetVSyncEnabled(boolean sync);
|
||||
private static native void nSetVSyncEnabled(boolean sync);
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue