]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_sprites.c
added back r_speeds2, with masses of information (6 lines high), and made it print...
[xonotic/darkplaces.git] / r_sprites.c
index 512dad12d7376e0154e43d5779bfaa899a9e3e47..ef0549015ea915c85d880a5b464c51271ab98685 100644 (file)
@@ -100,6 +100,9 @@ void R_DrawSpriteModel (entity_t *e)
 
        // don't even bother culling, because it's just a single
        // polygon without a surface cache
+
+       c_sprites++;
+       
        R_GetSpriteFrame (e, &oldframe, &newframe, &lerp);
        if (lerp < 0) lerp = 0;
        if (lerp > 1) lerp = 1;