1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 02:33:02 +08:00

Remove unnecessary workaround

This commit is contained in:
Dean Herbert 2017-12-20 21:50:45 +09:00
parent 3292ef33fd
commit 6d471da459

View File

@ -52,8 +52,8 @@ namespace osu.Game.Screens.Select.Leaderboards
scores = value;
placeholderContainer.FadeOut(fade_duration);
scrollFlow?.FadeOut(fade_duration).Expire();
scrollContainer.Clear(true); // scores stick around in scrollFlow in VisualTests without this for some reason
scrollFlow = null;
loading.Hide();