From acc45ccf41565d24ba79a63480a9f18681767876 Mon Sep 17 00:00:00 2001 From: Chaosus Date: Thu, 16 Nov 2017 21:47:10 +0300 Subject: [PATCH] Fix current scene run when scene saved --- editor/editor_node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 6a4e8793407..b3a8490fe90 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -1109,7 +1109,7 @@ void EditorNode::_dialog_action(String p_file) { _save_default_environment(); _save_scene_with_preview(p_file); - _run(true); + _run(false); } } break;