mirror of
https://github.com/ppy/osu
synced 2025-01-07 06:40:05 +00:00
Fix gameplay audio ramping down in frequency a second time at the end of the fail sequence
This commit is contained in:
parent
464bcd2b24
commit
1212b08672
@ -71,7 +71,6 @@ namespace osu.Game.Screens.Play
|
|||||||
this.TransformBindableTo(trackFreq, 0, duration).OnComplete(_ =>
|
this.TransformBindableTo(trackFreq, 0, duration).OnComplete(_ =>
|
||||||
{
|
{
|
||||||
OnComplete?.Invoke();
|
OnComplete?.Invoke();
|
||||||
Expire();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
failLowPassFilter.CutoffTo(300, duration, Easing.OutCubic);
|
failLowPassFilter.CutoffTo(300, duration, Easing.OutCubic);
|
||||||
|
Loading…
Reference in New Issue
Block a user