mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 04:22:55 +08:00
Match prior ducking behaviour
This commit is contained in:
parent
b972632e4f
commit
d29d114133
@ -81,7 +81,7 @@ namespace osu.Game.Overlays.Dialog
|
||||
|
||||
protected override void Confirm()
|
||||
{
|
||||
musicController?.Duck();
|
||||
musicController?.Duck(100, 1f);
|
||||
confirmSample?.Play();
|
||||
base.Confirm();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user