Merge branch 'master' into refactor-conversion-test

This commit is contained in:
Dean Herbert
2019-08-02 05:34:05 +02:00
committed by GitHub
4 changed files with 5 additions and 10 deletions

View File

@ -150,7 +150,7 @@ namespace osu.Game.Beatmaps
processor?.PostProcess();
foreach (var mod in mods.OfType<IApplicableToBeatmap>())
mod.ApplyToBeatmap(Beatmap);
mod.ApplyToBeatmap(converted);
return converted;
}