Skip to content

Commit a5e1fed

Browse files
committed
Reversed commit
1 parent 69dfc67 commit a5e1fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos2d/Support/CCFileUtils.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ - (void)loadFileNameLookupsInAllSearchPathsWithName:(NSString *)filename
549549

550550
-(NSString*) fullPathForFilename:(NSString*)filename
551551
{
552-
return [self fullPathForFilenameIgnoringResolutions:filename];
552+
return [self fullPathForFilename:filename contentScale:NULL];
553553
}
554554

555555
-(NSString*) fullPathForFilename:(NSString*)filename contentScale:(CGFloat *)contentScale

0 commit comments

Comments
 (0)