We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66fea1 commit 6715511Copy full SHA for 6715511
Assets/Plugins/Source/Editor/EditorWindows/EOSSettingsWindow.cs
@@ -217,7 +217,7 @@ private void Save()
217
_productConfigEditor.Save();
218
219
// reload the product config editor
220
- await _productConfigEditor.LoadAsync();
+ _productConfigEditor.Load();
221
222
// Save each of the platform config editors.
223
foreach (IConfigEditor editor in _platformConfigEditors)
0 commit comments