Skip to content

Commit abaf280

Browse files
added missing [ to purgeSharedSpriteFrameCache method
1 parent 1069c35 commit abaf280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos2d/CCSpriteFrameCache.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ +(id)alloc
7979

8080
+(void)purgeSharedSpriteFrameCache
8181
{
82-
[CCSpriteFrameCache sharedSpriteFrameCache] removeSpriteFrames];
82+
[[CCSpriteFrameCache sharedSpriteFrameCache] removeSpriteFrames];
8383
}
8484

8585
-(id) init

0 commit comments

Comments
 (0)