1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Pass the correct export_format argument to locate the assets directory when exporting.

(cherry picked from commit 431ccdb057)
This commit is contained in:
ne0fhyk
2021-10-11 08:02:03 -07:00
committed by Rémi Verschelde
parent df1eebd8d8
commit 754db65a1f
2 changed files with 4 additions and 5 deletions

View File

@@ -104,7 +104,7 @@ class EditorExportPlatformAndroid : public EditorExportPlatform {
String get_package_name(const String &p_package) const;
String get_assets_directory(const Ref<EditorExportPreset> &p_preset) const;
String get_assets_directory(const Ref<EditorExportPreset> &p_preset, int p_export_format) const;
bool is_package_name_valid(const String &p_package, String *r_error = nullptr) const;