1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00

Redirecting ShowBeatmapSet to FetchAndShowBeatmapSet

This commit is contained in:
KingLuigi4932 2019-06-10 14:15:49 +03:00
parent 3fc604b60a
commit adbf4d374e

View File

@ -120,8 +120,8 @@ namespace osu.Game.Overlays
public void ShowBeatmapSet(BeatmapSetInfo set)
{
beatmapSet.Value = set;
Show();
// Re-fetching is the correct way forward.
FetchAndShowBeatmapSet((int)set.OnlineBeatmapSetID);
scroll.ScrollTo(0);
}
}