diff options
| author | Geequlim | 2016-09-20 20:41:57 +0800 |
|---|---|---|
| committer | Geequlim | 2016-09-20 20:41:57 +0800 |
| commit | fd236a4b6cb4619844c7fd0bafa6a4dc089d8019 (patch) | |
| tree | c33051888deb8f785eb83ee64e944a386ee61919 /tools/editor/editor_node.cpp | |
| parent | 2f776af2e600639c8d214e19555f3452a558692f (diff) | |
| download | godot-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.cpp | 2 |
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); |
