From a41cfb8b43799f867f1cec88e44e78d93ad5b130 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 27 Aug 2005 03:42:45 +0000 Subject: [PATCH] fix annoying long-standing bug: fix life graph turns white when we happen to be left in glow mode (eg. when disqualified) --- stepmania/src/GraphDisplay.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/GraphDisplay.cpp b/stepmania/src/GraphDisplay.cpp index e271f73229..6fa1efc4d4 100644 --- a/stepmania/src/GraphDisplay.cpp +++ b/stepmania/src/GraphDisplay.cpp @@ -189,6 +189,7 @@ void GraphDisplay::DrawPrimitives() // parameters have no effect. Actor::SetTextureRenderStates(); + DISPLAY->SetTextureModeModulate(); DISPLAY->DrawQuads( m_Slices, ARRAYSIZE(m_Slices) ); DISPLAY->SetTexture( 0, NULL );