mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 07:23:14 +08:00
Move HoverClickSounds
to the clickable button
This commit is contained in:
parent
f79c9e7f7e
commit
8a23b648fe
@ -153,12 +153,12 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
new CancelButton { Action = finalise },
|
||||
new ClearButton { Action = clear },
|
||||
},
|
||||
}
|
||||
},
|
||||
new HoverClickSounds()
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
new HoverClickSounds()
|
||||
}
|
||||
};
|
||||
|
||||
foreach (var b in bindings)
|
||||
|
Loading…
Reference in New Issue
Block a user