summaryrefslogtreecommitdiff
path: root/platform/android/export/export.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-08-22 09:53:27 +0200
committerGitHub <noreply@github.com>2018-08-22 09:53:27 +0200
commit703de2f6ece307dd0ddbfd8193d1996f141294c3 (patch)
treec154bca58614f4970dcf144b886e906d4a8972d3 /platform/android/export/export.cpp
parent0e6551d8e2c080149bedcefd6c9dd0061261ea3f (diff)
parent35f6ba5c5d950171ec3e4f15934ac5494b19acb1 (diff)
Merge pull request #21256 from elasota/bptc
BPTC support
Diffstat (limited to 'platform/android/export/export.cpp')
-rw-r--r--platform/android/export/export.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp
index 4537f6f326..e8ab1558cc 100644
--- a/platform/android/export/export.cpp
+++ b/platform/android/export/export.cpp
@@ -1860,6 +1860,9 @@ public:
r_features->push_back("Android");
}
+ virtual void resolve_platform_feature_priorities(const Ref<EditorExportPreset> &p_preset, Set<String> &p_features) {
+ }
+
EditorExportAndroid() {
Ref<Image> img = memnew(Image(_android_logo));