diff options
author | Chaosus <chaosus89@gmail.com> | 2017-11-16 21:47:10 +0300 |
---|---|---|
committer | Chaosus <chaosus89@gmail.com> | 2017-11-16 21:47:10 +0300 |
commit | acc45ccf41565d24ba79a63480a9f18681767876 (patch) | |
tree | 3019cb61255389416abd7967e87ddde76b59bdad /editor | |
parent | 2070b80fc05d581fc8f44ba231fc728136877828 (diff) |
Fix current scene run when scene saved
Diffstat (limited to 'editor')
-rw-r--r-- | editor/editor_node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 6a4e879340..b3a8490fe9 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; |