diff options
| author | Ignacio Etcheverry | 2018-04-26 23:07:21 +0200 |
|---|---|---|
| committer | Ignacio Etcheverry | 2018-04-26 23:07:21 +0200 |
| commit | c8884ce3bddfeb2dead4208047edb27f97a7e78d (patch) | |
| tree | c3ee396f692ab150127056e311b76e442935dcdb /platform/android | |
| parent | e5a13e26265179d9d6b477c6d744758521745123 (diff) | |
| download | godot-c8884ce3bddfeb2dead4208047edb27f97a7e78d.tar.gz godot-c8884ce3bddfeb2dead4208047edb27f97a7e78d.tar.zst godot-c8884ce3bddfeb2dead4208047edb27f97a7e78d.zip | |
Diffstat (limited to 'platform/android')
| -rw-r--r-- | platform/android/export/export.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp index 587f8fa89..6ed03d7ae 100644 --- a/platform/android/export/export.cpp +++ b/platform/android/export/export.cpp @@ -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); |
