diff --git a/stepmania/src/BPMDisplay.cpp b/stepmania/src/BPMDisplay.cpp index 179ab475e2..1dada0224d 100644 --- a/stepmania/src/BPMDisplay.cpp +++ b/stepmania/src/BPMDisplay.cpp @@ -134,8 +134,6 @@ void BPMDisplay::SetBPMRange( const DisplayBpms &bpms ) m_fPercentInState = 1; } - StopTweening(); - BeginTweening(0.5f); if( GAMESTATE->IsAnExtraStage() ) SetDiffuse( EXTRA_COLOR ); else if( !AllIdentical )