mirror of
https://git.code.sf.net/p/quake/nuq
synced 2025-03-17 08:20:44 +00:00
fix a typo
This commit is contained in:
parent
d1cecd1018
commit
63f498fdeb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue