mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Fix _export_begin not being called when exporting to android
This commit is contained in:
parent
e5a13e2626
commit
c8884ce3bd
@ -1323,6 +1323,8 @@ public:
|
||||
|
||||
virtual Error export_project(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_path, int p_flags = 0) {
|
||||
|
||||
ExportNotifier notifier(*this, p_preset, p_debug, p_path, p_flags);
|
||||
|
||||
String src_apk;
|
||||
|
||||
EditorProgress ep("export", "Exporting for Android", 105);
|
||||
|
Loading…
Reference in New Issue
Block a user