1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Explicitly initialize 'pending_auto_reload' to false.

This commit is contained in:
Saracen
2016-07-29 13:50:26 +01:00
parent 2dd83e28b9
commit 5035edb7fd

View File

@@ -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;