cosmetic change - FWIW Mercury it's a bug that blend needs to be disabled

there and the bug's not in our code, so don't whack LH too hard.
This commit is contained in:
Joseph Carter 2000-07-06 07:04:16 +00:00
parent 46855eff2d
commit 289cfa557c

View file

@ -947,8 +947,8 @@ void R_DrawWorld (void)
// Be sure to clear the skybox --KB
R_DrawSky ();
glTexEnvf(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE);
glDisable(GL_BLEND);
glTexEnvf(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE);
R_RecursiveWorldNode (cl.worldmodel->nodes);