diff --git a/stepmania/src/ScreenRanking.cpp b/stepmania/src/ScreenRanking.cpp index 254835540f..623e98d4cc 100644 --- a/stepmania/src/ScreenRanking.cpp +++ b/stepmania/src/ScreenRanking.cpp @@ -638,7 +638,6 @@ float ScreenRanking::SetPage( PageToShow pts ) m_sprDifficulty[*iter]->SetHidden( !bShowDifficulty ); if( bShowDifficulty ) { - m_sprDifficulty[*iter]->Reset(); m_sprDifficulty[*iter]->SetXY( DIFFICULTY_X(*iter), DIFFICULTY_Y ); ON_COMMAND( m_sprDifficulty[*iter] ); }