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:
@@ -189,6 +189,7 @@ void GraphDisplay::DrawPrimitives()
|
|||||||
// parameters have no effect.
|
// parameters have no effect.
|
||||||
Actor::SetTextureRenderStates();
|
Actor::SetTextureRenderStates();
|
||||||
|
|
||||||
|
DISPLAY->SetTextureModeModulate();
|
||||||
DISPLAY->DrawQuads( m_Slices, ARRAYSIZE(m_Slices) );
|
DISPLAY->DrawQuads( m_Slices, ARRAYSIZE(m_Slices) );
|
||||||
DISPLAY->SetTexture( 0, NULL );
|
DISPLAY->SetTexture( 0, NULL );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user