From 51eebea45c959c02eacf3edd9c2083b04e5f406c Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Thu, 27 Nov 2003 02:46:26 +0000 Subject: [PATCH] fix judgment positioning after boo --- stepmania/src/Judgment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Judgment.cpp b/stepmania/src/Judgment.cpp index 8ba4a7804a..5353c74b9e 100644 --- a/stepmania/src/Judgment.cpp +++ b/stepmania/src/Judgment.cpp @@ -45,8 +45,8 @@ Judgment::Judgment() void Judgment::Reset() { m_sprJudgment.SetDiffuse( RageColor(1,1,1,0) ); - m_sprJudgment.SetXY( 0, 0 ); m_sprJudgment.StopTweening(); + m_sprJudgment.SetXY( 0, 0 ); m_sprJudgment.SetEffectNone(); }