]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.c
renamed a few r_speeds 2 timereport values to reduce confusion
[xonotic/darkplaces.git] / cl_screen.c
index c157602dbd7eb3490bc6b5e4c115554c7d9d6092..8e1626c7fc5f067877b3054992edbd8cc91fc68f 100644 (file)
@@ -1875,7 +1875,7 @@ void SCR_DrawScreen (void)
        R_Mesh_Start();
 
        if (r_timereport_active)
-               R_TimeReport("setup");
+               R_TimeReport("screensetup");
 
        R_UpdateVariables();
 
@@ -2164,7 +2164,7 @@ void CL_UpdateScreen(void)
                qglDisable(GL_POLYGON_STIPPLE);
 
        if (r_timereport_active)
-               R_TimeReport("clear");
+               R_TimeReport("clearscreeb");
 
        qglDrawBuffer(GL_BACK);