Fix typo in `BindingCollection.ResolveWithDefaults`

This commit is contained in:
YoshiRulz 2022-05-18 21:02:56 +10:00
parent 71150c60d3
commit 335be13fd8
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ namespace BizHawk.Client.Common
else
{
// patch entries with updated settings (necessary because of TODO LARP
binding.Ordinal = defaultBinding.Ordinal;
binding.DisplayName = defaultBinding.DisplayName;
binding.DefaultBinding = defaultBinding.DefaultBinding;
binding.TabGroup = defaultBinding.TabGroup;
binding.ToolTip = defaultBinding.ToolTip;