summaryrefslogtreecommitdiff
path: root/editor/editor_vcs_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_vcs_interface.h')
-rw-r--r--editor/editor_vcs_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_vcs_interface.h b/editor/editor_vcs_interface.h
index 091936dadc..487625e84c 100644
--- a/editor/editor_vcs_interface.h
+++ b/editor/editor_vcs_interface.h
@@ -38,7 +38,7 @@
class EditorVCSInterface : public Object {
GDCLASS(EditorVCSInterface, Object)
- bool is_initialized;
+ bool is_initialized = false;
protected:
static EditorVCSInterface *singleton;