mirror of
https://github.com/osukey/osukey.git
synced 2025-05-22 14:07:38 +09: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)
|
public void ShowBeatmapSet(BeatmapSetInfo set)
|
||||||
{
|
{
|
||||||
beatmapSet.Value = set;
|
// Re-fetching is the correct way forward.
|
||||||
Show();
|
FetchAndShowBeatmapSet((int)set.OnlineBeatmapSetID);
|
||||||
scroll.ScrollTo(0);
|
scroll.ScrollTo(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user