mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- added missing check for RenderStyle None to GL weapon drawer.
This commit is contained in:
parent
bdac1c3ad1
commit
4a5fe65ce8
1 changed files with 1 additions and 0 deletions
|
@ -338,6 +338,7 @@ void GLSceneDrawer::DrawPlayerSprites(sector_t * viewsector, bool hudModelStep)
|
|||
{
|
||||
RenderStyle = rs.first;
|
||||
}
|
||||
if (RenderStyle.BlendOp == STYLEOP_None) continue;
|
||||
|
||||
if (vis.Invert)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue