mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:18:22 +08:00
Source autoplay mod from beatmap about to be presented rather than ambient global
This commit is contained in:
parent
063694f544
commit
8754fa40f4
@ -157,7 +157,7 @@ namespace osu.Game.Overlays.SkinEditor
|
|||||||
if (screen is Player)
|
if (screen is Player)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
var replayGeneratingMod = ruleset.Value.CreateInstance().GetAutoplayMod();
|
var replayGeneratingMod = beatmap.Value.BeatmapInfo.Ruleset.CreateInstance().GetAutoplayMod();
|
||||||
|
|
||||||
IReadOnlyList<Mod> usableMods = mods.Value;
|
IReadOnlyList<Mod> usableMods = mods.Value;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user