Mode IApplicableToBeatmap application to WorkingBeatmap

This commit is contained in:
smoogipoo
2019-08-01 12:41:46 +09:00
parent 8a64ab0384
commit bc80fa11bb
2 changed files with 3 additions and 15 deletions

View File

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