mirror of
https://github.com/ppy/osu
synced 2025-03-02 01:21:19 +00:00
Merge branch 'master' into taiko_drumroll_drawable
This commit is contained in:
commit
dfd40c6b29
@ -52,7 +52,7 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable
|
||||
UpdateScrollPosition(Time.Current);
|
||||
}
|
||||
|
||||
protected virtual bool HandleKeyPress(Key key) { return false; }
|
||||
protected virtual bool HandleKeyPress(Key key) => false;
|
||||
|
||||
protected override bool OnKeyDown(InputState state, KeyDownEventArgs args)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user