mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
- restored 2 lines of code that somehow got lost before the last commit.
This commit is contained in:
parent
589936f570
commit
4e8027612f
1 changed files with 2 additions and 0 deletions
|
@ -641,6 +641,8 @@ void FGLRenderer::DrawBlend(sector_t * viewsector)
|
|||
gl_RenderState.SetColor(blend[0], blend[1], blend[2], blend[3]);
|
||||
gl_FillScreen();
|
||||
}
|
||||
gl_RenderState.ResetColor();
|
||||
gl_RenderState.EnableTexture(true);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue