1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 03:19:54 +08:00

Merge pull request #2495 from smoogipoo/fix-editor-beatmap-change

Fix beatmap/ruleset being changeable while in the editor
This commit is contained in:
Dean Herbert
2018-05-10 11:45:23 +08:00
committed by GitHub
Unverified
+1
View File
@@ -27,6 +27,7 @@ namespace osu.Game.Screens.Edit
protected override BackgroundScreen CreateBackground() => new BackgroundScreenCustom(@"Backgrounds/bg4");
public override bool ShowOverlaysOnEnter => false;
public override bool AllowBeatmapRulesetChange => false;
private Box bottomBackground;
private Container screenContainer;