Fix preserving Editor undo actions during play mode
This commit is contained in:
@@ -36,7 +36,7 @@ namespace FlaxEditor.Progress.Handlers
|
||||
_selectionCache.Cache();
|
||||
|
||||
// Clear references to the user scripts (we gonna reload an assembly)
|
||||
Editor.Instance.Scene.ClearRefsToSceneObjects();
|
||||
Editor.Instance.Scene.ClearRefsToSceneObjects(true);
|
||||
}
|
||||
|
||||
private void OnScriptsReload()
|
||||
|
||||
Reference in New Issue
Block a user