From 0fd0eb48cc8270a77f8bc8ac326b58edc4adf76c Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 1 May 2005 00:02:35 +0000 Subject: [PATCH] fix Lift command not playing for autoplay --- stepmania/src/ReceptorArrow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/ReceptorArrow.cpp b/stepmania/src/ReceptorArrow.cpp index 09d99cfbcb..ebf4a77ec3 100644 --- a/stepmania/src/ReceptorArrow.cpp +++ b/stepmania/src/ReceptorArrow.cpp @@ -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] );