SetEffectNone -> StopEffect

This commit is contained in:
Chris Danford
2005-07-24 03:11:03 +00:00
parent 9cf25ad2b1
commit 1fffd48c57
12 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ void ScreenSetTime::ChangeSelection( int iDirection )
if( iDirection != 0 && m_Selection == OldSelection )
return; // can't move any more
m_textValue[OldSelection].SetEffectNone();
m_textValue[OldSelection].StopEffect();
m_textValue[m_Selection].SetEffectDiffuseShift( 1.f,
RageColor(0.3f,0.3f,0.3f,1),
RageColor(1,1,1,1) );