X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=r_stats.c;h=6dfc7938f917c294aa551e31af936c77f44e1e26;hb=bbb80fb5e4edbd1a226bdc0e15d6f45efa11c67b;hp=e490e263974c6f5c831725b7911b14d083e636f3;hpb=ce12b0f5cc246070427a805bb3078163bcff2490;p=xonotic%2Fdarkplaces.git diff --git a/r_stats.c b/r_stats.c index e490e263..6dfc7938 100644 --- a/r_stats.c +++ b/r_stats.c @@ -239,7 +239,7 @@ void R_TimeReport_BeginFrame(void) } } -static int R_CountLeafTriangles(const dp_model_t *model, const mleaf_t *leaf) +static int R_CountLeafTriangles(const model_t *model, const mleaf_t *leaf) { int i, triangles = 0; for (i = 0;i < leaf->numleafsurfaces;i++)