From 4e8027612ff40ec71d1717171dddb3dc253cb16c Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 1 Sep 2016 17:38:17 +0200 Subject: [PATCH] - restored 2 lines of code that somehow got lost before the last commit. --- src/gl/scene/gl_scene.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gl/scene/gl_scene.cpp b/src/gl/scene/gl_scene.cpp index ab3fe744d..c1f022ab0 100644 --- a/src/gl/scene/gl_scene.cpp +++ b/src/gl/scene/gl_scene.cpp @@ -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); }