fix judgment from previous song hangs around when switching course songs
This commit is contained in:
@@ -74,10 +74,10 @@ Judgment::Judgment()
|
||||
|
||||
void Judgment::Reset()
|
||||
{
|
||||
m_sprJudgment.SetDiffuse( RageColor(1,1,1,0) );
|
||||
m_sprJudgment.StopTweening();
|
||||
m_sprJudgment.FinishTweening();
|
||||
m_sprJudgment.SetXY( 0, 0 );
|
||||
m_sprJudgment.SetEffectNone();
|
||||
m_sprJudgment.SetHidden( true );
|
||||
}
|
||||
|
||||
void Judgment::SetJudgment( TapNoteScore score )
|
||||
@@ -86,6 +86,8 @@ void Judgment::SetJudgment( TapNoteScore score )
|
||||
|
||||
Reset();
|
||||
|
||||
m_sprJudgment.SetHidden( false );
|
||||
|
||||
switch( score )
|
||||
{
|
||||
case TNS_MARVELOUS:
|
||||
|
||||
Reference in New Issue
Block a user