summaryrefslogtreecommitdiff
path: root/editor/editor_settings_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_settings_dialog.h')
-rw-r--r--editor/editor_settings_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_settings_dialog.h b/editor/editor_settings_dialog.h
index 4b90506b4b..e3139bb07a 100644
--- a/editor/editor_settings_dialog.h
+++ b/editor/editor_settings_dialog.h
@@ -43,7 +43,7 @@
class EditorSettingsDialog : public AcceptDialog {
GDCLASS(EditorSettingsDialog, AcceptDialog);
- bool updating;
+ bool updating = false;
TabContainer *tabs;
Control *tab_general;