X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=r_sprites.c;h=ef0549015ea915c85d880a5b464c51271ab98685;hp=512dad12d7376e0154e43d5779bfaa899a9e3e47;hb=6a384398c93b7e2bc1936427797909eb60094160;hpb=9ba80c169d244d56e90f437c512f827953cc1208;ds=sidebyside diff --git a/r_sprites.c b/r_sprites.c index 512dad12..ef054901 100644 --- a/r_sprites.c +++ b/r_sprites.c @@ -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;