mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-01-06 00:10:46 +00:00
Merge branch 'master' of https://github.com/coelckers/gzdoom
This commit is contained in:
commit
ad4e2b0cc2
1 changed files with 5 additions and 0 deletions
|
@ -338,6 +338,11 @@ void FGLRenderer::DrawPlayerSprites(sector_t * viewsector, bool hudModelStep)
|
||||||
vis.RenderStyle.Flags |= STYLEF_InvertSource;
|
vis.RenderStyle.Flags |= STYLEF_InvertSource;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (vis.RenderStyle.AsDWORD == 0)
|
||||||
|
{
|
||||||
|
// This is RenderStyle None.
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// Set the render parameters
|
// Set the render parameters
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue