mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Redirecting ShowBeatmapSet to FetchAndShowBeatmapSet
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user