1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Fix scores not showing up on leaderboards during gameplay

This commit is contained in:
Dean Herbert 2024-01-14 15:13:20 +09:00
parent 779e509922
commit 68496f7a0e
No known key found for this signature in database

View File

@ -146,14 +146,6 @@ namespace osu.Game.Screens.Select
}
}
public override void OnSuspending(ScreenTransitionEvent e)
{
// Scores will be refreshed on arriving at this screen.
// Clear them to avoid animation overload on returning to song select.
playBeatmapDetailArea.Leaderboard.ClearScores();
base.OnSuspending(e);
}
public override void OnResuming(ScreenTransitionEvent e)
{
base.OnResuming(e);