diff --git a/stepmania/src/ReceptorArrow.cpp b/stepmania/src/ReceptorArrow.cpp index 21883deb9c..f34ae29fe2 100644 --- a/stepmania/src/ReceptorArrow.cpp +++ b/stepmania/src/ReceptorArrow.cpp @@ -84,8 +84,6 @@ void ReceptorArrow::Step( TapNoteScore score ) { m_bIsPressed = true; - m_pReceptorGo->FinishTweening(); - m_pReceptorWaiting->FinishTweening(); m_pReceptorGo->RunCommands( *m_sScoreCommand[score] ); m_pReceptorWaiting->RunCommands( *m_sScoreCommand[score] );