]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
shorten the "watervisibility" title in r_speeds 2 mode because it is
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 2 Nov 2007 14:23:09 +0000 (14:23 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 2 Nov 2007 14:23:09 +0000 (14:23 +0000)
messing up alignment of the remaining columns

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7660 d7cf8633-e32d-0410-b094-e92efae38249

gl_rmain.c

index f78697077fd6728ba35699b5ae2a825c6827b2d8..034e54149975e763870b8c8cf57aba9db2045a2f 100644 (file)
@@ -3255,7 +3255,7 @@ void R_RenderScene(qboolean addwaterplanes)
 
                R_View_Update();
                if (r_timereport_active)
-                       R_TimeReport("watervisibility");
+                       R_TimeReport("watervis");
 
                if (cl.csqc_vidvars.drawworld && r_refdef.worldmodel && r_refdef.worldmodel->DrawAddWaterPlanes)
                {