Minor code cleanup

This commit is contained in:
Henrik Rydgard
2015-09-20 20:32:56 +02:00
parent 1410d7f6d5
commit ca4ffb5fd3
2 changed files with 38 additions and 36 deletions
+1
View File
@@ -46,6 +46,7 @@ static bool enableGLDebug = false;
void GL_SwapBuffers() {
SwapBuffers(hDC);
// Used during fullscreen switching to prevent rendering.
if (pauseRequested) {
SetEvent(pauseEvent);
resumeRequested = true;