mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-03 20:14:41 +01:00
*** empty log message ***
This commit is contained in:
parent
1746749a46
commit
20c2ec51dd
|
|
@ -51,7 +51,7 @@ static bool vsync_enabled;
|
|||
static bool current_fullscreen;
|
||||
|
||||
static void destroyMode(JNIEnv *env, jclass clazz) {
|
||||
if (current_fullscreen);
|
||||
if (!current_fullscreen);
|
||||
resetMode(env);
|
||||
}
|
||||
|
||||
|
|
@ -131,6 +131,7 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Window_nCreate(JNIEnv *env, jclass
|
|||
throwException(env, "Could not load gl function pointers");
|
||||
return;
|
||||
}
|
||||
FlushEventQueue(GetMainEventQueue());
|
||||
}
|
||||
|
||||
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Window_nSetTitle(JNIEnv * env, jclass clazz, jstring title_obj) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue