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
@@ -695,7 +695,7 @@ void OptionRow::UpdateEnabledDisabled()
if( bThisRowHasFocusByAll )
m_textItems[0]->SetEffectDiffuseShift( 1.0f, m_pParentType->COLOR_SELECTED, m_pParentType->COLOR_NOT_SELECTED );
else
m_textItems[0]->SetEffectNone();
m_textItems[0]->StopEffect();
}
if( m_sprBullet->DestTweenState().diffuse[0] != color )