mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Undo thinko.
This commit is contained in:
parent
c7432caf2e
commit
eaf0f90c2f
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue