Fix Editor options data applying in realtime after first save

Reclone the data in order to not modify the currently applied options
data after save.
This commit is contained in:
2024-06-01 23:13:34 +03:00
parent db71bf2868
commit 86d90605fc
+1 -1
View File
@@ -162,7 +162,7 @@ namespace FlaxEditor.Windows
Editor.Options.Apply(_options);
ClearDirtyFlag();
GatherData();
}
private void SetupCustomTabs()