]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.c
cleaned up vid_glx.c somewhat, it can now quit properly when the close button is...
[xonotic/darkplaces.git] / cl_screen.c
index d66550984709680c57e980f1c577e7537b01adee..4d88c529f8a46f3a22ddddaffe318e688347b246 100644 (file)
@@ -930,7 +930,7 @@ void CL_SetupScreenSize(void)
 
 void CL_UpdateScreen(void)
 {
-       if (!scr_initialized || !con_initialized)
+       if (!scr_initialized || !con_initialized || vid_hidden)
                return;                         // not initialized yet
 
        if (cl_avidemo.integer)