summaryrefslogtreecommitdiffstats
path: root/editor/export/editor_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/export/editor_export.h')
-rw-r--r--editor/export/editor_export.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/export/editor_export.h b/editor/export/editor_export.h
index 343686a4cf..55dee0c468 100644
--- a/editor/export/editor_export.h
+++ b/editor/export/editor_export.h
@@ -45,6 +45,7 @@ class EditorExport : public Node {
Timer *save_timer = nullptr;
bool block_save = false;
+ bool should_update_presets = false;
static EditorExport *singleton;