summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-06-08 07:36:24 +0200
committerGitHub <noreply@github.com>2017-06-08 07:36:24 +0200
commit932694e7597f7910af998da772f966b6eba377e2 (patch)
treeabffca3ce31c7b671a72894f4cf03185e5488f2d /editor
parent606b4ee9dfeb68df58a2f3f3180dff4e982c1b45 (diff)
parent6b7021ad90cdfbadc456de16e0b6afc6f5217e16 (diff)
Merge pull request #9092 from Noshyaar/pr-run
Fix unsaved scene not running after save
Diffstat (limited to 'editor')
-rw-r--r--editor/editor_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp
index 0ba6003bee..30e6d4ba93 100644
--- a/editor/editor_node.cpp
+++ b/editor/editor_node.cpp
@@ -1984,7 +1984,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: {