mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Make OnKeyDown non-sealed.
This commit is contained in:
@ -65,7 +65,7 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable
|
||||
return UpdateJudgement(true);
|
||||
}
|
||||
|
||||
protected sealed override bool OnKeyDown(InputState state, KeyDownEventArgs args)
|
||||
protected override bool OnKeyDown(InputState state, KeyDownEventArgs args)
|
||||
{
|
||||
// Make sure we don't handle held-down keys
|
||||
if (args.Repeat)
|
||||
|
Reference in New Issue
Block a user