]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
don't show extra time reports in r_speeds report when using r_showtris 1
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 3 May 2005 10:36:20 +0000 (10:36 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 3 May 2005 10:36:20 +0000 (10:36 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5215 d7cf8633-e32d-0410-b094-e92efae38249

cl_screen.c

index 9fa066f8cef2ceb36fded7908d33dddde887d8fc..9b5933aab9e3f6cb6deaf99d12f440cf4ba26640 100644 (file)
@@ -316,7 +316,7 @@ void R_TimeReport(char *desc)
        int length;
        int t;
 
-       if (!r_timereport_active)
+       if (!r_timereport_active || r_showtrispass)
                return;
 
        r_timereport_temp = r_timereport_current;