mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Fix scores not showing up on leaderboards during gameplay
This commit is contained in:
parent
779e509922
commit
68496f7a0e
@ -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)
|
public override void OnResuming(ScreenTransitionEvent e)
|
||||||
{
|
{
|
||||||
base.OnResuming(e);
|
base.OnResuming(e);
|
||||||
|
Loading…
Reference in New Issue
Block a user