mirror of
https://github.com/ppy/osu
synced 2025-01-23 22:33:05 +00:00
Removing redundant argument list
This commit is contained in:
parent
d5feb8353d
commit
9c2dca8229
@ -43,7 +43,7 @@ namespace osu.Game.Overlays.KeyBinding
|
||||
|
||||
InternalChildren = new Drawable[]
|
||||
{
|
||||
new RestoreDefaultValueButton<bool>()
|
||||
new RestoreDefaultValueButton<bool>
|
||||
{
|
||||
Current = KeyBindingRow.IsDefault,
|
||||
Action = () => { KeyBindingRow.RestoreDefaults(); }
|
||||
|
Loading…
Reference in New Issue
Block a user