Enable this for iOS

This commit is contained in:
twinaphex 2016-01-10 02:23:48 +01:00
parent 948544ec42
commit 7b1c1bbf7d

View File

@ -351,7 +351,7 @@ static const bool pointer_enable = false;
* we need to extract to a user-writable directory on first boot.
*
* Examples include: Android, iOS/OSX) */
#if defined(ANDROID)
#if defined(ANDROID) || defined(IOS)
static bool bundle_assets_extract_enable = true;
#else
static bool bundle_assets_extract_enable = false;