diff --git a/stepmania/src/GhostArrow.cpp b/stepmania/src/GhostArrow.cpp index b96924be0e..6e71bc9f93 100644 --- a/stepmania/src/GhostArrow.cpp +++ b/stepmania/src/GhostArrow.cpp @@ -39,5 +39,6 @@ void GhostArrow::Update( float fDeltaTime ) void GhostArrow::Step( TapNoteScore score ) { + this->StopTweening(); this->Command( m_sScoreCommand[score] ); }