*** empty log message ***

This commit is contained in:
Elias Naur 2003-10-24 11:59:18 +00:00
parent 20c2ec51dd
commit 32e0d708fd

View file

@ -94,7 +94,6 @@ static bool createFullscreenContext(JNIEnv *env, jint bpp, jint alpha, jint dept
}
CGLSetFullScreen(context);
CGLSetCurrentContext(context);
FlushEventQueue(GetMainEventQueue());
return true;
}