1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 16:27:20 +08:00

Removing redundant argument list

This commit is contained in:
Swords 2021-05-25 21:53:00 +10:00
parent d5feb8353d
commit 9c2dca8229

View File

@ -43,7 +43,7 @@ namespace osu.Game.Overlays.KeyBinding
InternalChildren = new Drawable[]
{
new RestoreDefaultValueButton<bool>()
new RestoreDefaultValueButton<bool>
{
Current = KeyBindingRow.IsDefault,
Action = () => { KeyBindingRow.RestoreDefaults(); }