mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 05:19:55 +08:00
Remove unused virtual spec
This commit is contained in:
@@ -222,7 +222,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
return base.OnKeyDown(e);
|
||||
}
|
||||
|
||||
public virtual bool OnPressed(KeyBindingPressEvent<GlobalAction> e)
|
||||
public bool OnPressed(KeyBindingPressEvent<GlobalAction> e)
|
||||
{
|
||||
switch (e.Action)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user