Removed extra ; in mac Window.cpp

This commit is contained in:
Elias Naur 2003-11-02 11:34:27 +00:00
parent 23aa3751ae
commit dbd0da31f1
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}