1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 08:43:01 +08:00

Merge pull request #15097 from peppy/fix-gameplay-second-freq-ramp-on-fail

Fix gameplay audio ramping down in frequency a second time at the end of the fail sequence
This commit is contained in:
Dan Balasescu 2021-10-14 17:22:29 +09:00 committed by GitHub
commit 88255f2517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,6 @@ namespace osu.Game.Screens.Play
this.TransformBindableTo(trackFreq, 0, duration).OnComplete(_ =>
{
OnComplete?.Invoke();
Expire();
});
failLowPassFilter.CutoffTo(300, duration, Easing.OutCubic);