aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/project_export.h
diff options
context:
space:
mode:
authorJuan Linietsky2016-01-27 07:23:12 -0300
committerJuan Linietsky2016-01-27 07:23:51 -0300
commit1d99e71d94add700ece9b1bf3a708ba33e6e1f75 (patch)
tree518568cf24f0de35292f8da9d8ffd5923a780f30 /tools/editor/project_export.h
parent93bef9b9b176a58372ac6e765378fce03e65e39a (diff)
downloadgodot-1d99e71d94add700ece9b1bf3a708ba33e6e1f75.tar.gz
godot-1d99e71d94add700ece9b1bf3a708ba33e6e1f75.tar.zst
godot-1d99e71d94add700ece9b1bf3a708ba33e6e1f75.zip
defer project export filesystem update if not visible
Diffstat (limited to '')
-rw-r--r--tools/editor/project_export.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/project_export.h b/tools/editor/project_export.h
index 5a42a58e5..b9e49489e 100644
--- a/tools/editor/project_export.h
+++ b/tools/editor/project_export.h
@@ -70,6 +70,7 @@ private:
TabContainer *sections;
bool updating_tree;
+ bool pending_update_tree;
AcceptDialog *error;
ConfirmationDialog *confirm;
@@ -203,6 +204,7 @@ public:
Error export_platform(const String& p_platform, const String& p_path, bool p_debug,const String& p_password,bool p_quit_after=false);
+ void popup_export();
ProjectExportDialog(EditorNode *p_editor);
~ProjectExportDialog();
};