1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

defer project export filesystem update if not visible

This commit is contained in:
Juan Linietsky
2016-01-27 07:23:12 -03:00
parent 93bef9b9b1
commit 1d99e71d94
3 changed files with 21 additions and 2 deletions

View File

@@ -2214,7 +2214,7 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
case FILE_EXPORT_PROJECT: {
project_export_settings->popup_centered_ratio();
project_export_settings->popup_export();
/*
String target = export_db->get_current_platform();
Ref<EditorExporter> exporter = export_db->get_exporter(target);