Skip to content

Commit e498831

Browse files
committed
Update ConfigEditor.cs
1 parent 86a4055 commit e498831

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Assets/Plugins/Source/Editor/ConfigEditors/ConfigEditor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ public void Load()
182182
public void Save(bool prettyPrint = true)
183183
{
184184
config.Write(prettyPrint);
185-
AssetDatabase.SaveAssets();
186-
AssetDatabase.Refresh();
187185
}
188186

189187
public async Task SaveAsync(bool prettyPrint = true)

0 commit comments

Comments
 (0)