fix annoying long-standing bug: fix life graph turns white when we happen to be

left in glow mode (eg. when disqualified)
This commit is contained in:
Glenn Maynard
2005-08-27 03:42:45 +00:00
parent 541f9b2068
commit a41cfb8b43
+1
View File
@@ -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 );