fix Lift command not playing for autoplay

This commit is contained in:
Chris Danford
2005-05-01 00:02:35 +00:00
parent d291eda3f8
commit 0fd0eb48cc
+2
View File
@@ -86,6 +86,8 @@ void ReceptorArrow::DrawPrimitives()
void ReceptorArrow::Step( TapNoteScore score )
{
m_bIsPressed = true;
m_pReceptorGo->FinishTweening();
m_pReceptorWaiting->FinishTweening();
m_pReceptorGo->RunCommands( *m_sScoreCommand[score] );