diff --git a/Source/Editor/Modules/UIModule.cs b/Source/Editor/Modules/UIModule.cs index 00200900d..4282d5305 100644 --- a/Source/Editor/Modules/UIModule.cs +++ b/Source/Editor/Modules/UIModule.cs @@ -841,7 +841,6 @@ namespace FlaxEditor.Modules { // Open project, then close it Editor.OpenProject(Editor.GameProject.ProjectPath); - Editor.Windows.MainWindow.Close(ClosingReason.User); } private void OnMenuFileShowHide(Control control)