1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +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
commit 6d64538d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
{