Fix post-rebase issues.

This commit is contained in:
smoogipooo
2017-03-17 00:38:40 +09:00
parent 9f6f581b64
commit faacac331d
4 changed files with 4 additions and 4 deletions

View File

@ -96,7 +96,7 @@ namespace osu.Game.Modes.UI
// Apply defaults
foreach (var h in Beatmap.HitObjects)
h.ApplyDefaults(Beatmap.TimingInfo, Beatmap.BeatmapInfo.BaseDifficulty);
h.ApplyDefaults(Beatmap.TimingInfo, Beatmap.BeatmapInfo.Difficulty);
// Post-process the beatmap
processor.PostProcess(Beatmap);