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:
commit
88255f2517
@ -71,7 +71,6 @@ namespace osu.Game.Screens.Play
|
||||
this.TransformBindableTo(trackFreq, 0, duration).OnComplete(_ =>
|
||||
{
|
||||
OnComplete?.Invoke();
|
||||
Expire();
|
||||
});
|
||||
|
||||
failLowPassFilter.CutoffTo(300, duration, Easing.OutCubic);
|
||||
|
Loading…
Reference in New Issue
Block a user