Change the immutable frames array
This commit is contained in:
parent
985c84be75
commit
0bdb7865c7
|
@ -251,7 +251,7 @@ static const CGFloat kDestSeemOverlap = 2.0f; // the numbers of pixels to over
|
|||
}
|
||||
#endif
|
||||
|
||||
return frames;
|
||||
return [frames copy];
|
||||
}
|
||||
|
||||
+ (CGColorSpaceRef)colorSpaceGetDeviceRGB {
|
||||
|
|
Loading…
Reference in New Issue