summaryrefslogtreecommitdiffstats
path: root/include/utils/Asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils/Asset.h')
-rw-r--r--include/utils/Asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils/Asset.h b/include/utils/Asset.h
index 453a204..7b8d96a 100644
--- a/include/utils/Asset.h
+++ b/include/utils/Asset.h
@@ -63,7 +63,7 @@ public:
enum {
/* data larger than this does not get uncompressed into a buffer */
#ifdef HAVE_ANDROID_OS
- UNCOMPRESS_DATA_MAX = 1 * 1024 * 1024
+ UNCOMPRESS_DATA_MAX = 2 * 1024 * 1024
#else
UNCOMPRESS_DATA_MAX = 2 * 1024 * 1024
#endif