Просмотр исходного кода

I thought this was a typo on my part; it wasn't

Evan Husted 1 год назад
Родитель
Сommit
15c20920b3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs

+ 1 - 1
src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs

@@ -579,7 +579,7 @@ namespace Ryujinx.UI.Common.Configuration
             {
             {
                 LanInterfaceId = new ReactiveObject<string>();
                 LanInterfaceId = new ReactiveObject<string>();
                 Mode = new ReactiveObject<MultiplayerMode>();
                 Mode = new ReactiveObject<MultiplayerMode>();
-                Mode.LogChangesToValue(nameof(Mode));
+                Mode.LogChangesToValue(nameof(MultiplayerMode));
             }
             }
         }
         }