X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=cl_screen.c;h=126f8284ce06aab2288b9abfbf81c89d98bb1ae1;hb=16d359cbcdd3bc5a77c7d17895cd436fa7a58a5d;hp=0f22782701646e3098bff4ddf386a4f4ac87c2c6;hpb=74246ff16482ed3b4019f8ad22ad9e1e0cf0ffc0;p=xonotic%2Fdarkplaces.git diff --git a/cl_screen.c b/cl_screen.c index 0f227827..126f8284 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -878,6 +878,26 @@ const char *r_stat_name[r_stat_count] = "dynamic_surfaces_because_derived", "dynamic_vertices_because_derived", "dynamic_triangles_because_derived", + "entitycache_count", + "entitycache_surfaces", + "entitycache_vertices", + "entitycache_triangles", + "entityanimate_count", + "entityanimate_surfaces", + "entityanimate_vertices", + "entityanimate_triangles", + "entityskeletal_count", + "entityskeletal_surfaces", + "entityskeletal_vertices", + "entityskeletal_triangles", + "entitystatic_count", + "entitystatic_surfaces", + "entitystatic_vertices", + "entitystatic_triangles", + "entitycustom_count", + "entitycustom_surfaces", + "entitycustom_vertices", + "entitycustom_triangles", }; char r_speeds_timestring[4096];