]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
renamed a few r_speeds 2 timereport values to reduce confusion
[xonotic/darkplaces.git] / gl_rmain.c
index 5976c1cddf1facf6f3bd1640c7370184f6572619..06a18fb6e12b325ba5ac388c38460f49c1c1a66d 100644 (file)
@@ -3067,7 +3067,7 @@ void R_HDR_RenderBloomTexture(void)
 
        R_ClearScreen();
        if (r_timereport_active)
-               R_TimeReport("clear");
+               R_TimeReport("hdrclear");
 
 
        // restore the view settings
@@ -3230,13 +3230,13 @@ void R_RenderView(void)
 
        CHECKGLERROR
        if (r_timereport_active)
-               R_TimeReport("setup");
+               R_TimeReport("viewsetup");
 
        R_ResetViewRendering3D();
 
        R_ClearScreen();
        if (r_timereport_active)
-               R_TimeReport("clear");
+               R_TimeReport("viewclear");
 
        r_view.showdebug = true;