fix judgment positioning after boo

This commit is contained in:
Chris Danford
2003-11-27 02:46:26 +00:00
parent 8ca12364bd
commit 51eebea45c
+1 -1
View File
@@ -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();
}