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(); }