1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-21 14:57:09 +00:00

Fix _export_begin not being called when exporting to android

(cherry picked from commit c8884ce3bd)
This commit is contained in:
Ignacio Etcheverry
2018-04-26 23:07:21 +02:00
committed by Hein-Pieter van Braam
parent fe9da69f96
commit 00c55bb2eb

View File

@@ -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) { 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; String src_apk;
EditorProgress ep("export", "Exporting for Android", 105); EditorProgress ep("export", "Exporting for Android", 105);