Skip to content

Commit 72eb17f

Browse files
author
Thayer J Andrews
committed
CCEffectPixellate - Remove misplaced semicolon
1 parent 1288589 commit 72eb17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos2d/CCEffectPixellate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ -(id)initWithBlockSize:(float)blockSize
7878
return self;
7979
}
8080

81-
+(id)effectWithBlockSize:(float)blockSize;
81+
+(id)effectWithBlockSize:(float)blockSize
8282
{
8383
return [[self alloc] initWithBlockSize:blockSize];
8484
}

0 commit comments

Comments
 (0)