mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 16:01:25 +00:00
Fix for minor bug in (unused) transparent model rendering.
This commit is contained in:
parent
a16a0674a7
commit
e73700f4e8
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ void GL_DrawAliasFrame (aliashdr_t *paliashdr, int posenum)
|
||||||
order = (int *)((byte *)paliashdr + paliashdr->commands);
|
order = (int *)((byte *)paliashdr + paliashdr->commands);
|
||||||
|
|
||||||
if (modelalpha != 1.0)
|
if (modelalpha != 1.0)
|
||||||
glEnable(GL_BLEND);
|
glDepthMask(0);
|
||||||
|
|
||||||
while (1)
|
while (1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue