1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-07 20:44:47 +08:00

Merge pull request #25687 from peppy/fix-skin-editor-beatmap-change

Fix being able to change ruleset / beatmap when opening skin editor from main menu
This commit is contained in:
Bartłomiej Dach
2023-12-06 10:08:29 +01:00
committed by GitHub
Unverified
@@ -290,6 +290,10 @@ namespace osu.Game.Overlays.SkinEditor
{
protected override UserActivity? InitialActivity => null;
public override bool DisallowExternalBeatmapRulesetChanges => true;
public override bool? AllowGlobalTrackControl => false;
public EndlessPlayer(Func<IBeatmap, IReadOnlyList<Mod>, Score> createScore)
: base(createScore, new PlayerConfiguration
{