From b58a6339bba2f73e8f437c7955f486ea6eb4d4b3 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Thu, 24 Mar 2005 00:02:54 +0000 Subject: [PATCH] Stopped undesirable loading-screen blending This was SVN commit r2043. --- source/gui/GUIRenderer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/gui/GUIRenderer.cpp b/source/gui/GUIRenderer.cpp index 8c0a4be15b..ecfaba517f 100644 --- a/source/gui/GUIRenderer.cpp +++ b/source/gui/GUIRenderer.cpp @@ -530,6 +530,7 @@ void GUIRenderer::Draw(DrawCalls &Calls) { // Called every frame, to draw the object (based on cached calculations) + glDisable(GL_BLEND); // Iterate through each DrawCall, and execute whatever drawing code is being called for (DrawCalls::const_iterator cit = Calls.begin(); cit != Calls.end(); ++cit)