mirror of
https://github.com/svga/SVGAPlayer-iOS.git
synced 2025-10-21 07:29:14 +08:00
fix: correct image key.
This commit is contained in:
BIN
SVGAPlayer/Samples/matteBitmap_1.x.svga
Normal file
BIN
SVGAPlayer/Samples/matteBitmap_1.x.svga
Normal file
Binary file not shown.
@@ -85,7 +85,7 @@ static NSCache *videoCache;
|
||||
if (imageData != nil) {
|
||||
UIImage *image = [[UIImage alloc] initWithData:imageData scale:2.0];
|
||||
if (image != nil) {
|
||||
[images setObject:image forKey:key];
|
||||
[images setObject:image forKey:[key stringByDeletingPathExtension]];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user