]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Fix black screen during any loading screen if the console is open
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 19 Jun 2020 12:27:06 +0000 (12:27 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 19 Jun 2020 12:27:06 +0000 (12:27 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12698 d7cf8633-e32d-0410-b094-e92efae38249

cl_screen.c

index b111949c2726e41904f874e865e5acc673ef39ae..1c66465866178cd538298e50af531a65f91184a9 100644 (file)
@@ -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();