We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dd79d9 + 09720d9 commit a210664Copy full SHA for a210664
cocos2d/CCSpriteFrameCache.m
@@ -445,7 +445,7 @@ -(void) addSpriteFramesFromSpriteAtlasAssetNamed:(NSString *)atlasAssetName
445
446
if (indexes.count == 0) {
447
// Falling back to using @1x graphics if the expected resolution is not found.
448
- [indexes addIndexes:[self indexesForImagePaths:imagePaths forFilename:atlasAssetName withSuffix:nil]];
+ [indexes addIndexes:[self indexesForImagePaths:imagePaths forFilename:atlasAssetName withSuffix:@""]];
449
scaleSuffix = nil;
450
}
451
0 commit comments