]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
implemented framerate-dependent particle quality reduction to try to
[xonotic/darkplaces.git] / gl_rmain.c
index 97224e13432356da18827ad12c66a7e6ca48e1a0..c2f6ad2f2c84a21b986045961c8805a8ea696f13 100644 (file)
@@ -3478,6 +3478,8 @@ static void R_DrawLocs(void);
 static void R_DrawEntityBBoxes(void);
 void R_RenderScene(qboolean addwaterplanes)
 {
+       r_refdef.stats.renders++;
+
        R_UpdateFogColor();
 
        if (addwaterplanes)