From 575ee17779ed1a26aec1ca8a41c5165ec7b9530c Mon Sep 17 00:00:00 2001 From: Nuno Donato Date: Wed, 7 Jun 2017 23:31:53 +0100 Subject: [PATCH] Run project after selecting main scene. Fixes #9077 (cherry picked from commit 1ab0a779d83a7af9092dc886e82110db1c386dac) --- editor/editor_node.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index e86a75b65a4..40896927f18 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -1138,6 +1138,7 @@ void EditorNode::_dialog_action(String p_file) { Globals::get_singleton()->set_persisting("application/main_scene", true); Globals::get_singleton()->save(); //would be nice to show the project manager opened with the highlighted field.. + _run(false, ""); // automatically run the project } break; case FILE_SAVE_OPTIMIZED: {