mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-13 22:34:16 +00:00
simplify drawing code
This commit is contained in:
parent
7a68b43d95
commit
e10e18031f
1 changed files with 6 additions and 1 deletions
|
@ -565,7 +565,11 @@ void R_DrawAliasModel (entity_t *e)
|
|||
}
|
||||
if (!gl_fullbrights.value)
|
||||
fb = NULL;
|
||||
|
||||
|
||||
GL_Bind (tx);
|
||||
GL_DrawAliasFrame_GLSL (paliashdr, lerpdata);
|
||||
|
||||
#if 0
|
||||
//
|
||||
// draw it
|
||||
//
|
||||
|
@ -733,6 +737,7 @@ void R_DrawAliasModel (entity_t *e)
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
cleanup:
|
||||
glTexEnvf(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE);
|
||||
|
|
Loading…
Reference in a new issue