]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_particles.c
rewrote r_speeds stats code, now uses renderstats global structure rather than indivi...
[xonotic/darkplaces.git] / cl_particles.c
index f4c0f7522c0d2e828545bad67786b8ff137d7b49..b9d3efc957e88e5cf2f78abfd4c3d6be6d791e20 100644 (file)
@@ -2086,7 +2086,7 @@ void R_DrawParticles (void)
        {
                if (p->type)
                {
-                       c_particles++;
+                       renderstats.particles++;
                        if (DotProduct(p->org, r_viewforward) >= minparticledist || p->type->orientation == PARTICLE_BEAM)
                        {
                                if (p->type == particletype + pt_decal)