Minor cleanup/optimization of sprite model rendering.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2002-06-14 06:06:38 +00:00
parent 463ac44d9f
commit f12af8a3d4

View file

@ -124,7 +124,6 @@ R_DrawSpriteModel (entity_t *e)
qfglBegin (GL_QUADS);
VectorCopy (e->colormod, color);
color[3] = modelalpha;
qfglColor4fv (color);
qfglTexCoord2f (0, 1);