mirror of
https://github.com/ppy/osu
synced 2025-02-18 11:26:57 +00:00
Don't play 'back' sample when exiting Editor
This commit is contained in:
parent
6b744a14b0
commit
5e3ccf7087
@ -63,6 +63,8 @@ namespace osu.Game.Screens.Edit
|
||||
|
||||
public override bool? AllowTrackAdjustments => false;
|
||||
|
||||
protected override bool PlayExitSound => false;
|
||||
|
||||
protected bool HasUnsavedChanges
|
||||
{
|
||||
get
|
||||
|
@ -40,6 +40,8 @@ namespace osu.Game.Screens.Edit
|
||||
|
||||
public override bool DisallowExternalBeatmapRulesetChanges => true;
|
||||
|
||||
protected override bool PlayExitSound => false;
|
||||
|
||||
[Resolved]
|
||||
private BeatmapManager beatmapManager { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user