- restored 2 lines of code that somehow got lost before the last commit.

This commit is contained in:
Christoph Oelckers 2016-09-01 17:38:17 +02:00
parent 589936f570
commit 4e8027612f
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}