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.
2 parents be707ea + 6ea20e8 commit d4a48bbCopy full SHA for d4a48bb
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