mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 22:01:50 +00:00
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:
parent
b3b4b8af6d
commit
04181ac219
1 changed files with 1 additions and 0 deletions
|
@ -838,6 +838,7 @@ void GLR_DrawSprite(entity_t *e, void *parm)
|
||||||
{
|
{
|
||||||
qglEnd();
|
qglEnd();
|
||||||
currententity = e;
|
currententity = e;
|
||||||
|
qglEnable(GL_TEXTURE_2D);
|
||||||
|
|
||||||
R_DrawSpriteModel (currententity);
|
R_DrawSpriteModel (currententity);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue