mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Mode IApplicableToBeatmap application to WorkingBeatmap
This commit is contained in:
@ -141,6 +141,9 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
processor?.PostProcess();
|
||||
|
||||
foreach (var mod in mods.OfType<IApplicableToBeatmap>())
|
||||
mod.ApplyToBeatmap(Beatmap);
|
||||
|
||||
return converted;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user