Skip to content

Commit

Permalink
Merge pull request #15526 from Susko3/move-HoverClickSounds
Browse files Browse the repository at this point in the history
Move `HoverClickSounds` to cover only the clickable button in `KeyBindingRow`
  • Loading branch information
peppy authored Nov 8, 2021
2 parents 2b51803 + 8a23b64 commit 423b139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions osu.Game/Overlays/Settings/Sections/Input/KeyBindingRow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ private void load(OverlayColourProvider colourProvider)
new CancelButton { Action = finalise },
new ClearButton { Action = clear },
},
}
},
new HoverClickSounds()
}
}
}
},
new HoverClickSounds()
}
};

foreach (var b in bindings)
Expand Down

0 comments on commit 423b139

Please sign in to comment.