From 7915366a3782f2f780d73342c78a941a2e7cca90 Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 3 May 2005 10:36:20 +0000 Subject: [PATCH] don't show extra time reports in r_speeds report when using r_showtris 1 git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5215 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_screen.c b/cl_screen.c index 9fa066f8..9b5933aa 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -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; -- 2.39.2