mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09: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:
@ -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);
|
||||||
|
Reference in New Issue
Block a user