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:
@@ -162,7 +162,7 @@ namespace FlaxEditor.Windows
|
|||||||
|
|
||||||
Editor.Options.Apply(_options);
|
Editor.Options.Apply(_options);
|
||||||
|
|
||||||
ClearDirtyFlag();
|
GatherData();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void SetupCustomTabs()
|
private void SetupCustomTabs()
|
||||||
|
|||||||
Reference in New Issue
Block a user