Merge branch 'master' into taiko_drumroll_drawable

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

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