|
From: Elias N. <eli...@us...> - 2003-11-02 11:34:30
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/macosx In directory sc8-pr-cvs1:/tmp/cvs-serv16406/macosx Modified Files: org_lwjgl_opengl_Window.cpp Log Message: Removed extra ; in mac Window.cpp Index: org_lwjgl_opengl_Window.cpp CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/native/macosx/org_lwjgl_opengl_Window.cpp =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/macosx/org_lwjgl_opengl_Window.cpp,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- org_lwjgl_opengl_Window.cpp 24 Oct 2003 11:59:18 -0000 1.29 +++ org_lwjgl_opengl_Window.cpp 2 Nov 2003 11:34:27 -0000 1.30 @@ -51,7 +51,7 @@ static bool current_fullscreen; static void destroyMode(JNIEnv *env, jclass clazz) { - if (!current_fullscreen); + if (!current_fullscreen) resetMode(env); } |