mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Don't attempt to play drum samples when rewinding
This commit is contained in:
parent
16f1a7694d
commit
f086908831
@ -44,6 +44,9 @@ namespace osu.Game.Rulesets.Taiko.UI
|
||||
|
||||
public bool OnPressed(KeyBindingPressEvent<TaikoAction> e)
|
||||
{
|
||||
if (Time.Elapsed < 0)
|
||||
return false;
|
||||
|
||||
HitType hitType;
|
||||
|
||||
DrumSampleTriggerSource triggerSource;
|
||||
|
Loading…
Reference in New Issue
Block a user