forked from fte/fteqw
1
0
Fork 0

Fix sprites and particle effects.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1464 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-10-10 23:17:35 +00:00
parent b3b4b8af6d
commit 04181ac219
1 changed files with 1 additions and 0 deletions

View File

@ -838,6 +838,7 @@ void GLR_DrawSprite(entity_t *e, void *parm)
{
qglEnd();
currententity = e;
qglEnable(GL_TEXTURE_2D);
R_DrawSpriteModel (currententity);