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 );