You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user