From: uis Date: Sun, 14 Jan 2024 20:21:29 +0000 (+0300) Subject: Remove explicit glflush right before buffer swap X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d8b31b9e6546693e2ad9ab7ff0d1b4325d74bb0b;p=xonotic%2Fdarkplaces.git Remove explicit glflush right before buffer swap Buffer swap generates implicit flush --- diff --git a/cl_screen.c b/cl_screen.c index abde7491..7abdcac7 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -2939,9 +2939,6 @@ void CL_UpdateScreen(void) SCR_CaptureVideo(); #endif - if (qglFlush) - qglFlush(); // FIXME: should we really be using qglFlush here? - if (!vid_activewindow) VID_SetMouse(false, false, false); else if (key_consoleactive)