mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:47:29 +08:00
Redirecting ShowBeatmapSet to FetchAndShowBeatmapSet
This commit is contained in:
parent
3fc604b60a
commit
adbf4d374e
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user