fix actor tween overflow

This commit is contained in:
Chris Danford
2003-08-12 06:49:25 +00:00
parent 1d0a297886
commit 16d52fa534
+1
View File
@@ -39,5 +39,6 @@ void GhostArrow::Update( float fDeltaTime )
void GhostArrow::Step( TapNoteScore score )
{
this->StopTweening();
this->Command( m_sScoreCommand[score] );
}