We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fullPathForFilenameIgnoringResolutions
1 parent 4259387 commit a1bd85eCopy full SHA for a1bd85e
cocos2d/Support/CCFileUtils.m
@@ -471,7 +471,7 @@ -(NSString*) fullPathFromRelativePathIgnoringResolutions:(NSString*)relPath
471
472
-(NSString*) fullPathForFilename:(NSString*)filename
473
{
474
- return [self fullPathForFilename:filename contentScale:NULL];
+ return [self fullPathForFilenameIgnoringResolutions:filename];
475
}
476
477
-(NSString*) fullPathForFilename:(NSString*)filename contentScale:(CGFloat *)contentScale
0 commit comments