mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-03 20:14:41 +01:00
Removed extra ; in mac Window.cpp
This commit is contained in:
parent
23aa3751ae
commit
dbd0da31f1
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue