diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index b1c6617ea4..f9dbf935fa 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1761,12 +1761,9 @@ void ScreenGameplay::TweenOffScreen() if( m_pEnemyHealth ) OFF_COMMAND( *m_pEnemyHealth ); - if(m_textDebug.GetTweenTimeLeft() > 1/8.f) - { - m_textDebug.StopTweening(); - m_textDebug.BeginTweening( 1/8.f ); - m_textDebug.SetDiffuse( RageColor(1,1,1,0) ); - } + m_textDebug.StopTweening(); + m_textDebug.BeginTweening( 1/8.f ); + m_textDebug.SetDiffuse( RageColor(1,1,1,0) ); } void ScreenGameplay::ShowOniGameOver( PlayerNumber pn )