Skip to content

Commit

Permalink
added missing [ to purgeSharedSpriteFrameCache method
Browse files Browse the repository at this point in the history
  • Loading branch information
christinakelly committed Oct 1, 2014
1 parent 1069c35 commit abaf280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocos2d/CCSpriteFrameCache.m
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ +(id)alloc

+(void)purgeSharedSpriteFrameCache
{
[CCSpriteFrameCache sharedSpriteFrameCache] removeSpriteFrames];
[[CCSpriteFrameCache sharedSpriteFrameCache] removeSpriteFrames];
}

-(id) init
Expand Down

0 comments on commit abaf280

Please sign in to comment.