1
0
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:
Bartłomiej Dach
2023-06-07 23:28:27 +02:00
Unverified
parent 9b665d2e1a
commit d9281ac8c7
@@ -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)
{