]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_models.c
added back r_speeds2, with masses of information (6 lines high), and made it print...
[xonotic/darkplaces.git] / gl_models.c
index 87adbe99d39548dc95b0f0302d9abff63f23bc0f..8b2d2823db8d942dd8858513a582ba919356940e 100644 (file)
@@ -650,6 +650,8 @@ void R_DrawAliasModel (entity_t *ent, int cull, float alpha, model_t *clmodel, i
        if (cull && R_CullBox (mins, maxs))
                return;
 
+       c_models++;
+
        leaf = Mod_PointInLeaf (org, cl.worldmodel);
        if (leaf->dlightframe == r_dlightframecount)
                for (i = 0;i < 8;i++)