1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 16:47:24 +08:00

Merge branch 'master' into taiko_bash_drawable

This commit is contained in:
Dean Herbert 2017-03-27 11:51:08 +09:00 committed by GitHub
commit e81040cfa1

View File

@ -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)
{