mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 20:47:51 +08:00
Use lambda expression.
This commit is contained in:
parent
989a6ab02b
commit
bcaf2f9758
@ -58,7 +58,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