mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 05:39:57 +08:00
Fix keybind clear button always clearing first keybind regardless of target
This commit is contained in:
@@ -187,7 +187,7 @@ namespace osu.Game.Overlays.KeyBinding
|
||||
|
||||
if (bindTarget.IsHovered)
|
||||
finalise();
|
||||
else
|
||||
else if (buttons.Any(b => b.IsHovered))
|
||||
updateBindTarget();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user