mirror of
https://github.com/ppy/osu
synced 2025-02-19 03:47:01 +00:00
Remove unnecessary score nulling (already happens in PlaceholderState_Set)
This commit is contained in:
parent
a27f39a555
commit
188c8ce1e7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user