aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp
diff options
context:
space:
mode:
authorGeequlim2016-09-20 20:41:57 +0800
committerGeequlim2016-09-20 20:41:57 +0800
commitfd236a4b6cb4619844c7fd0bafa6a4dc089d8019 (patch)
treec33051888deb8f785eb83ee64e944a386ee61919 /tools/editor/editor_node.cpp
parent2f776af2e600639c8d214e19555f3452a558692f (diff)
downloadgodot-fd236a4b6cb4619844c7fd0bafa6a4dc089d8019.tar.gz
godot-fd236a4b6cb4619844c7fd0bafa6a4dc089d8019.tar.zst
godot-fd236a4b6cb4619844c7fd0bafa6a4dc089d8019.zip
More custom theme support for editor
Diffstat (limited to 'tools/editor/editor_node.cpp')
-rw-r--r--tools/editor/editor_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp
index 1ee0b9311..2ba0d8ef2 100644
--- a/tools/editor/editor_node.cpp
+++ b/tools/editor/editor_node.cpp
@@ -2678,7 +2678,7 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
} break;
case RUN_PLAY_NATIVE: {
-
+
bool autosave = EDITOR_DEF("run/auto_save_before_running",true);
if (autosave) {
_menu_option_confirm(FILE_SAVE_ALL_SCENES, false);