SetEffectNone -> StopEffect
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user