From 59bbb9e0584f916c6e2a54e98418c6aa76faa5d8 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Mon, 24 Jun 2024 13:15:05 +0200 Subject: [PATCH] Fix error when reopening project --- Source/Editor/Modules/UIModule.cs | 1 - 1 file changed, 1 deletion(-) 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)