]> git.saurik.com Git - winterboard.git/commitdiff
Due to @3x we need more room for the scaled paths.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 4 Dec 2014 09:03:12 +0000 (01:03 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 4 Dec 2014 09:12:40 +0000 (01:12 -0800)
Library.mm

index 016eaca6c06f0bcd2a896e5df757a3bc51839017..b902d4a0528f8603393841fb99c3b69984469551 100644 (file)
@@ -298,7 +298,7 @@ static NSArray *$useScale$(NSArray *files, bool use = true) {
 
     NSString *idiom(IsWild_ ? @"ipad" : @"iphone");
 
-    NSMutableArray *scaled([NSMutableArray arrayWithCapacity:([files count] * 4)]);
+    NSMutableArray *scaled([NSMutableArray arrayWithCapacity:([files count] * 6)]);
 
     for (NSString *file in files) {
         NSString *base([file stringByDeletingPathExtension]);