1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 15:27:30 +08:00

Revert cancelling logic changes based on review feedback

This commit is contained in:
Dean Herbert 2023-07-07 14:28:57 +09:00
parent de74c9eb8b
commit d4c252ddf9

View File

@ -132,12 +132,14 @@ namespace osu.Game.Rulesets.Taiko.UI
{
leftCentreTrigger.StopAllPlayback();
rightCentreTrigger.StopAllPlayback();
strongCentreTrigger.StopAllPlayback();
}
private void flushRimTriggerSources()
{
leftRimTrigger.StopAllPlayback();
rightRimTrigger.StopAllPlayback();
strongCentreTrigger.StopAllPlayback();
}
public void OnReleased(KeyBindingReleaseEvent<TaikoAction> e)