Fixed nSetVSyncEnabled() signature

This commit is contained in:
Elias Naur 2003-11-25 22:34:04 +00:00
parent fe2b550f1a
commit 9b0e9b5ecf
2 changed files with 3 additions and 3 deletions

View file

@ -361,7 +361,7 @@ public final class Window {
nSetVSyncEnabled(sync);
}
private static native boolean nSetVSyncEnabled(boolean sync);
private static native void nSetVSyncEnabled(boolean sync);
}