From 45a5769162ddcc936c221d865e1e8b244928ae69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20J=2E=20Est=C3=A9banez?= Date: Wed, 21 Sep 2016 12:46:40 +0200 Subject: [PATCH] Fix manifest generation bug in Android export (cherry picked from commit 2c9d98bb4869ad8a8ec7af9ba0c8dd7d7c243fb5) --- platform/android/export/export.cpp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp index 10d77aba6cc..f6448e9673d 100644 --- a/platform/android/export/export.cpp +++ b/platform/android/export/export.cpp @@ -913,15 +913,13 @@ void EditorExportPlatformAndroid::_fix_manifest(Vector& p_manifest,bool } - ret.resize(ret.size()+stable_extra.size()); + for(int i=0;i