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.
1 parent 2cd5c4d commit 6ea20e8Copy full SHA for 6ea20e8
external/ObjectAL/Support/OALTools.m
@@ -67,7 +67,7 @@ + (NSURL*) urlForPath:(NSString*) path bundle:(NSBundle*) bundle
67
return nil;
68
}
69
70
- NSString* fullPath = [[CCFileUtils sharedFileUtils] fullPathForFilename:path];
+ NSString* fullPath = [[CCFileUtils sharedFileUtils] fullPathForFilenameIgnoringResolutions:path];
71
if(nil == fullPath)
72
{
73
OAL_LOG_ERROR(@"Could not find full path of file %@", path);
0 commit comments