small cleanup

This commit is contained in:
AJ Kelly
2011-09-25 15:07:04 -05:00
parent b44798dd51
commit 17f47c7de6
+1 -1
View File
@@ -594,7 +594,7 @@ void OptionRow::UpdateEnabledDisabled()
case LAYOUT_SHOW_ALL_IN_ROW:
for( unsigned j=0; j<m_textItems.size(); j++ )
{
if( m_textItems[j]->DestTweenState().diffuse[0] == color )
if( m_textItems[j]->DestTweenState().diffuse[0] == color )
continue;
m_textItems[j]->StopTweening();