1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 04:23:00 +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
commit aa69e0ef12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;