Fix error when reopening project

This commit is contained in:
Wojtek Figat
2024-06-24 13:15:05 +02:00
parent 861d8a683f
commit 59bbb9e058

View File

@@ -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)