From 6b7021ad90cdfbadc456de16e0b6afc6f5217e16 Mon Sep 17 00:00:00 2001 From: Poommetee Ketson Date: Thu, 8 Jun 2017 11:38:31 +0700 Subject: [PATCH] Fix unsaved scene not running after save --- 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 d139cd0d669..c71b3fdafb0 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -1983,7 +1983,7 @@ void EditorNode::_menu_option_confirm(int p_option, bool p_confirmed) { } _menu_option(FILE_SAVE_AS_SCENE); - _menu_option_confirm(FILE_SAVE_AND_RUN, true); + _menu_option_confirm(FILE_SAVE_AND_RUN, false); } break; case FILE_SAVE_OPTIMIZED: {