mirror of https://github.com/ppy/osu
Fix applying mods to the wrong beatmap
This commit is contained in:
parent
116354b4c4
commit
e2420af10c
|
@ -142,7 +142,7 @@ public IBeatmap GetPlayableBeatmap(RulesetInfo ruleset, IReadOnlyList<Mod> mods)
|
|||
processor?.PostProcess();
|
||||
|
||||
foreach (var mod in mods.OfType<IApplicableToBeatmap>())
|
||||
mod.ApplyToBeatmap(Beatmap);
|
||||
mod.ApplyToBeatmap(converted);
|
||||
|
||||
return converted;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue