Undo thinko.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2002-06-14 06:23:11 +00:00
parent c7432caf2e
commit eaf0f90c2f
1 changed files with 1 additions and 0 deletions

View File

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