summaryrefslogtreecommitdiffstats
path: root/editor/editor_export.cpp
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2022-02-15 08:56:58 -0600
committerAaron Franke <arnfranke@yahoo.com>2022-03-12 13:34:06 -0600
commit918b09cabc39dbf13bed2406da56035341ac1cf4 (patch)
tree20989f8c374745f579f88c0dd925b31fa9b1ba55 /editor/editor_export.cpp
parentd7019de7e3c416e5492d1508b39c9b25adc2483a (diff)
downloadredot-engine-918b09cabc39dbf13bed2406da56035341ac1cf4.tar.gz
Initialize bools in the headers in editor
Diffstat (limited to 'editor/editor_export.cpp')
-rw-r--r--editor/editor_export.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_export.cpp b/editor/editor_export.cpp
index d081ee05a0..c3c8f40164 100644
--- a/editor/editor_export.cpp
+++ b/editor/editor_export.cpp
@@ -678,7 +678,6 @@ void EditorExportPlugin::_bind_methods() {
}
EditorExportPlugin::EditorExportPlugin() {
- skipped = false;
}
EditorExportPlatform::FeatureContainers EditorExportPlatform::get_feature_containers(const Ref<EditorExportPreset> &p_preset) {
@@ -1722,7 +1721,6 @@ EditorExport::EditorExport() {
save_timer->set_wait_time(0.8);
save_timer->set_one_shot(true);
save_timer->connect("timeout", callable_mp(this, &EditorExport::_save));
- block_save = false;
_export_presets_updated = "export_presets_updated";