]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
added one more r_speeds 2 report item, to ensure that "clear" is really measuring...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 19 Mar 2006 21:12:26 +0000 (21:12 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 19 Mar 2006 21:12:26 +0000 (21:12 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6140 d7cf8633-e32d-0410-b094-e92efae38249

cl_screen.c

index 7b1852c7adc393f3aa038f574c2fe62d794188b5..51c94dec826adb3e900fb3b1241b1488d3e2e979 100644 (file)
@@ -1522,6 +1522,9 @@ void CL_UpdateScreen(void)
 
        SCR_DrawDownload();
 
+       if (r_timereport_active)
+               R_TimeReport("start");
+
        SCR_UpdateScreen();
 }