Update iOS system font path (remove 'Cache' from path)

This commit is contained in:
Joshua Granick
2015-12-15 15:39:09 -08:00
parent 38a6c4433c
commit bd629f3a45

View File

@@ -169,7 +169,7 @@ namespace lime {
#elif defined (IPHONEOS)
return "/System/Library/Fonts/Cache";
return "/System/Library/Fonts";
#elif defined (ANDROID)