From 63f498fdeb87a900dc42342fb9fb0750084a25e6 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 28 Aug 2000 01:41:17 +0000 Subject: [PATCH] fix a typo --- source/gl_rmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gl_rmain.c b/source/gl_rmain.c index 30c393e..f82cc3e 100644 --- a/source/gl_rmain.c +++ b/source/gl_rmain.c @@ -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);