Remove unnecessary score nulling (already happens in PlaceholderState_Set)

This commit is contained in:
Dean Herbert 2018-04-18 11:58:55 +09:00
parent a27f39a555
commit 188c8ce1e7

View File

@ -293,8 +293,6 @@ namespace osu.Game.Screens.Select.Leaderboards
return;
}
Scores = null;
placeholderContainer.Child = placeholder;
placeholder.ScaleTo(0.8f).Then().ScaleTo(1, fade_duration * 3, Easing.OutQuint);