Merge branch 'master' into followpoints

This commit is contained in:
Dean Herbert
2017-02-13 22:23:57 +09:00
committed by GitHub
63 changed files with 569 additions and 225 deletions

View File

@ -74,7 +74,7 @@ namespace osu.Game.Screens.Play
try
{
if (Beatmap == null)
Beatmap = beatmaps.GetWorkingBeatmap(BeatmapInfo);
Beatmap = beatmaps.GetWorkingBeatmap(BeatmapInfo, withStoryboard: true);
}
catch
{