1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 02:09:54 +08:00

Merge pull request #26520 from peppy/fix-gameplay-leaderboads

Fix scores not showing up on leaderboards during gameplay
This commit is contained in:
Bartłomiej Dach
2024-01-14 08:29:52 +01:00
committed by GitHub
Unverified
@@ -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);