aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaosus2017-11-16 21:47:10 +0300
committerChaosus2017-11-16 21:47:10 +0300
commitacc45ccf41565d24ba79a63480a9f18681767876 (patch)
tree3019cb61255389416abd7967e87ddde76b59bdad
parent2070b80fc05d581fc8f44ba231fc728136877828 (diff)
downloadgodot-acc45ccf41565d24ba79a63480a9f18681767876.tar.gz
godot-acc45ccf41565d24ba79a63480a9f18681767876.tar.zst
godot-acc45ccf41565d24ba79a63480a9f18681767876.zip
Fix current scene run when scene saved
-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 6a4e87934..b3a8490fe 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;