1
0
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:
Jamie Taylor 2024-07-03 13:52:20 +09:00
parent b972632e4f
commit d29d114133
No known key found for this signature in database
GPG Key ID: 2ACFA8B6370B8C8C

View File

@ -81,7 +81,7 @@ namespace osu.Game.Overlays.Dialog
protected override void Confirm()
{
musicController?.Duck();
musicController?.Duck(100, 1f);
confirmSample?.Play();
base.Confirm();
}