Skip to content

Commit acab010

Browse files
committed
fix: Remove 'async' modifier from Save function.
1 parent b119d63 commit acab010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Plugins/Source/Editor/EditorWindows/EOSSettingsWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ protected override void RenderWindow()
173173
}
174174
}
175175

176-
private async void Save()
176+
private void Save()
177177
{
178178
// Save the product config editor
179179
_productConfigEditor.Save();

0 commit comments

Comments
 (0)