mirror of
https://github.com/ppy/osu.git
synced 2024-11-14 15:17:27 +08:00
Revert cancelling logic changes based on review feedback
This commit is contained in:
parent
de74c9eb8b
commit
d4c252ddf9
@ -132,12 +132,14 @@ namespace osu.Game.Rulesets.Taiko.UI
|
|||||||
{
|
{
|
||||||
leftCentreTrigger.StopAllPlayback();
|
leftCentreTrigger.StopAllPlayback();
|
||||||
rightCentreTrigger.StopAllPlayback();
|
rightCentreTrigger.StopAllPlayback();
|
||||||
|
strongCentreTrigger.StopAllPlayback();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void flushRimTriggerSources()
|
private void flushRimTriggerSources()
|
||||||
{
|
{
|
||||||
leftRimTrigger.StopAllPlayback();
|
leftRimTrigger.StopAllPlayback();
|
||||||
rightRimTrigger.StopAllPlayback();
|
rightRimTrigger.StopAllPlayback();
|
||||||
|
strongCentreTrigger.StopAllPlayback();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void OnReleased(KeyBindingReleaseEvent<TaikoAction> e)
|
public void OnReleased(KeyBindingReleaseEvent<TaikoAction> e)
|
||||||
|
Loading…
Reference in New Issue
Block a user