1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 17:47:18 +08:00

Remove unused virtual spec

This commit is contained in:
Bartłomiej Dach 2023-06-07 23:28:27 +02:00
parent 9b665d2e1a
commit d9281ac8c7
No known key found for this signature in database

View File

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