From: havoc Date: Sun, 19 Mar 2006 21:12:26 +0000 (+0000) Subject: added one more r_speeds 2 report item, to ensure that "clear" is really measuring... X-Git-Tag: xonotic-v0.1.0preview~4179 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=f3812f25f9d3130b7828122c191f9c909142539b added one more r_speeds 2 report item, to ensure that "clear" is really measuring only the clearing process git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6140 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_screen.c b/cl_screen.c index 7b1852c7..51c94dec 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -1522,6 +1522,9 @@ void CL_UpdateScreen(void) SCR_DrawDownload(); + if (r_timereport_active) + R_TimeReport("start"); + SCR_UpdateScreen(); }