Merge pull request #383 from peppy/player-loading-screen

Add loading screen.
This commit is contained in:
Dean Herbert
2017-02-23 17:04:44 +09:00
committed by GitHub
8 changed files with 259 additions and 35 deletions

View File

@ -113,6 +113,8 @@ namespace osu.Game.Beatmaps
public WorkingBeatmap(Beatmap beatmap)
{
this.beatmap = beatmap;
BeatmapInfo = beatmap.BeatmapInfo;
BeatmapSetInfo = beatmap.BeatmapInfo.BeatmapSet;
}
public WorkingBeatmap(BeatmapInfo beatmapInfo, BeatmapSetInfo beatmapSetInfo, BeatmapDatabase database, bool withStoryboard = false)