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

Update osu.Game.Rulesets.Taiko/UI/DrumSamplePlayer.cs

Co-authored-by: Jamie Taylor <me@nekodex.net>
This commit is contained in:
Dean Herbert 2023-07-08 00:44:26 +09:00 committed by GitHub
parent 8b5d5c9ae2
commit a76cd9b0e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,7 @@ namespace osu.Game.Rulesets.Taiko.UI
{
leftRimTrigger.StopAllPlayback();
rightRimTrigger.StopAllPlayback();
strongCentreTrigger.StopAllPlayback();
strongRimTrigger.StopAllPlayback();
}
public void OnReleased(KeyBindingReleaseEvent<TaikoAction> e)