diff --git a/stepmania/src/ScreenOptions.cpp b/stepmania/src/ScreenOptions.cpp index c56c13313f..7752cabfa3 100644 --- a/stepmania/src/ScreenOptions.cpp +++ b/stepmania/src/ScreenOptions.cpp @@ -635,7 +635,6 @@ void ScreenOptions::UpdateEnabledDisabled() const float DiffuseAlpha = row.m_bHidden? 0.0f:1.0f; if( row.m_textItems[0]->GetDestY() != row.m_fY || row.m_textItems[0]->DestTweenState().diffuse[0][3] != DiffuseAlpha ) - if( row.m_textItems[0]->GetDestY() != row.m_fY ) { row.m_textItems[0]->StopTweening(); row.m_textItems[0]->BeginTweening( 0.3f );