From eaf7899a1c77944c5fda07860e1fb5f867c0a3fd Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 10 Oct 2005 01:26:08 +0000 Subject: [PATCH] stoptweening in metrics, not code --- stepmania/src/ReceptorArrow.cpp | 2 -- 1 file changed, 2 deletions(-) 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] );