mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 12:42:54 +08:00
Fix keybind clear button always clearing first keybind regardless of target
This commit is contained in:
parent
7087020f21
commit
a8991bb8bf
@ -187,7 +187,7 @@ namespace osu.Game.Overlays.KeyBinding
|
||||
|
||||
if (bindTarget.IsHovered)
|
||||
finalise();
|
||||
else
|
||||
else if (buttons.Any(b => b.IsHovered))
|
||||
updateBindTarget();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user