Explorar o código

Fix _export_begin not being called when exporting to android

Ignacio Etcheverry %!s(int64=7) %!d(string=hai) anos
pai
achega
c8884ce3bd
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      platform/android/export/export.cpp

+ 2 - 0
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);