mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Remove unnecessary workaround
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user