mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 06:13:04 +08:00
Fix beatmap/ruleset being changeable while in the editor
This commit is contained in:
parent
420e50b6da
commit
674e45d49b
@ -27,6 +27,7 @@ namespace osu.Game.Screens.Edit
|
|||||||
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user