Fix "ghosts" (stray glow) at the "press start for options" screen.

This commit is contained in:
Glenn Maynard
2002-09-04 02:17:40 +00:00
parent 4038786541
commit b55843f919
+4
View File
@@ -71,6 +71,10 @@ void GrooveRadar::TweenOffScreen()
{
m_sprRadarLabels[c].StopTweening();
m_sprRadarLabels[c].BeginTweening( 0.2f );
/* Make sure we undo glow. We do this at the end of TweenIn,
* but we might tween off before we complete tweening in, and
* the glow can remain. */
m_sprRadarLabels[c].SetTweenGlow( D3DXCOLOR(1,1,1,0) );
m_sprRadarLabels[c].SetTweenDiffuse( D3DXCOLOR(1,1,1,0) );
}
m_GrooveRadarValueMap.TweenOffScreen();