From: uis Date: Tue, 26 Dec 2023 19:23:51 +0000 (+0300) Subject: Reduce glcalls noise X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=ecbc0b64fc87f86341b82a830a7e347a61900bf3;p=xonotic%2Fdarkplaces.git Reduce glcalls noise Remove excessive changes to context that instantly get reverted --- diff --git a/cl_screen.c b/cl_screen.c index a313e1e3..a19c76f7 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -1566,7 +1566,6 @@ static void SCR_DrawLoadingScreen(void); static void SCR_DrawScreen (void) { Draw_Frame(); - DrawQ_Start(); R_Mesh_Start(); R_UpdateVariables();