fix a typo

This commit is contained in:
Bill Currie 2000-08-28 01:41:17 +00:00
parent d1cecd1018
commit 63f498fdeb

View file

@ -661,7 +661,7 @@ static void R_DrawAliasModel (entity_t *e)
R_SetupAliasFrame (currententity->frame, paliashdr, true);
glDisable (GL_BLEND);
gkBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
}
glShadeModel (GL_FLAT);