summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSaracen <SaracenOne@gmail.com>2016-07-29 13:50:26 +0100
committerSaracen <SaracenOne@gmail.com>2016-07-29 13:51:26 +0100
commit5035edb7fdff85749ab5640b9a7fda91b9d39012 (patch)
tree896876a8fd81cfd4694db3b921455b3e4896653a /tools
parent2dd83e28b97d7bc070e6641b7d6939b02b4067bc (diff)
Explicitly initialize 'pending_auto_reload' to false.
Diffstat (limited to 'tools')
-rw-r--r--tools/editor/plugins/script_editor_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.cpp b/tools/editor/plugins/script_editor_plugin.cpp
index 4032a790d8..be4b002d89 100644
--- a/tools/editor/plugins/script_editor_plugin.cpp
+++ b/tools/editor/plugins/script_editor_plugin.cpp
@@ -2749,6 +2749,7 @@ ScriptEditor::ScriptEditor(EditorNode *p_editor) {
completion_cache = memnew( EditorScriptCodeCompletionCache );
restoring_layout=false;
waiting_update_names=false;
+ pending_auto_reload=false;
auto_reload_running_scripts=false;
editor=p_editor;