From: cloudwalk Date: Fri, 19 Jun 2020 12:27:06 +0000 (+0000) Subject: Fix black screen during any loading screen if the console is open X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=22e2f65fa1153cbab0e2078412141335640bd285;p=xonotic%2Fdarkplaces.git Fix black screen during any loading screen if the console is open git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12698 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_screen.c b/cl_screen.c index b111949c..1c664658 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -2274,9 +2274,10 @@ static void SCR_DrawScreen (void) #endif CL_DrawVideo(); R_Shadow_EditLights_DrawSelectedLightProperties(); - if(!scr_loading) { - SCR_DrawConsole(); + SCR_DrawConsole(); + + if(!scr_loading) { SCR_DrawBrand(); SCR_DrawInfobar();