remove hard-coded exit row effect - use metrics instead
This commit is contained in:
@@ -644,14 +644,6 @@ void OptionRow::UpdateEnabledDisabled()
|
||||
default:
|
||||
ASSERT(0);
|
||||
}
|
||||
|
||||
if( m_RowType == OptionRow::RowType_Exit )
|
||||
{
|
||||
if( bThisRowHasFocusByAll )
|
||||
m_textItems[0]->SetEffectDiffuseShift( 1.0f, m_pParentType->COLOR_SELECTED, m_pParentType->COLOR_NOT_SELECTED );
|
||||
else
|
||||
m_textItems[0]->StopEffect();
|
||||
}
|
||||
}
|
||||
|
||||
void OptionRow::Update( float fDeltaTime )
|
||||
|
||||
Reference in New Issue
Block a user