mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Merge branch 'master' into followpoints
This commit is contained in:
@ -74,7 +74,7 @@ namespace osu.Game.Screens.Play
|
||||
try
|
||||
{
|
||||
if (Beatmap == null)
|
||||
Beatmap = beatmaps.GetWorkingBeatmap(BeatmapInfo);
|
||||
Beatmap = beatmaps.GetWorkingBeatmap(BeatmapInfo, withStoryboard: true);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
Reference in New Issue
Block a user