]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
force screen clear when showing loading plaque
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 5 Apr 2009 10:10:15 +0000 (10:10 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 5 Apr 2009 10:10:15 +0000 (10:10 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8868 d7cf8633-e32d-0410-b094-e92efae38249

cl_screen.c

index 66c2667e34f0a58c154b5424485073b9e7f7e23b..11f98b22084bcffe795531f6a9bcb087d95d5224 100644 (file)
@@ -1833,6 +1833,11 @@ void SCR_UpdateLoadingScreen (qboolean clear)
        keydest_t       old_key_dest;
        int                     old_key_consoleactive;
 
+       // sorry, currently, we can only do this WITH clearing...
+       // to support not clearing, we'd have to first copy the screen to a
+       // texture, and render that as background
+       clear = true;
+
        if(loadingscreentime != realtime)
        {
                loadingscreentime = realtime;