Fix beatmap/ruleset being changeable while in the editor

This commit is contained in:
smoogipoo 2018-05-07 16:32:15 +09:00
parent 420e50b6da
commit 674e45d49b
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ public class Editor : OsuScreen
protected override BackgroundScreen CreateBackground() => new BackgroundScreenCustom(@"Backgrounds/bg4"); protected override BackgroundScreen CreateBackground() => new BackgroundScreenCustom(@"Backgrounds/bg4");
public override bool ShowOverlaysOnEnter => false; public override bool ShowOverlaysOnEnter => false;
public override bool AllowBeatmapRulesetChange => false;
private Box bottomBackground; private Box bottomBackground;
private Container screenContainer; private Container screenContainer;