don't queue multiple step commands

This commit is contained in:
Chris Danford
2004-05-25 04:54:49 +00:00
parent 0ded3404b5
commit cbfb3605f7
+1
View File
@@ -71,5 +71,6 @@ void GhostArrow::Step( TapNoteScore score )
}
m_spr[score].SetHidden( false );
m_spr[score].StopTweening();
m_spr[score].Command( m_sScoreCommand[score] );
}