diff --git a/libs/video/renderer/gl/gl_mod_alias.c b/libs/video/renderer/gl/gl_mod_alias.c index 69d65368e..5b076ab35 100644 --- a/libs/video/renderer/gl/gl_mod_alias.c +++ b/libs/video/renderer/gl/gl_mod_alias.c @@ -769,9 +769,7 @@ R_DrawAliasModel (entity_t *e) qfglColor4fv (e->colormod); qfglBindTexture (GL_TEXTURE_2D, fb_texture); - Fog_StartAdditive (); GL_DrawAliasFrameTri (vo); - Fog_StopAdditive (); if (gl_vector_light->int_val) { qfglEnable (GL_LIGHTING); @@ -791,9 +789,7 @@ R_DrawAliasModel (entity_t *e) qfglColor4fv (e->colormod); qfglBindTexture (GL_TEXTURE_2D, fb_texture); - Fog_StartAdditive (); GL_DrawAliasFrame (vo); - Fog_StopAdditive (); if (gl_vector_light->int_val) { qfglEnable (GL_LIGHTING);