From 16d52fa534631e8c4244dc902e526a101c03a2b1 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 12 Aug 2003 06:49:25 +0000 Subject: [PATCH] fix actor tween overflow --- stepmania/src/GhostArrow.cpp | 1 + 1 file changed, 1 insertion(+) 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] ); }