Skip to content

Commit 7a41aaa

Browse files
author
Thayer J Andrews
committed
CCEffectGaussianBlur - Fix signed / unsigned comparison warning in CCEffectGaussianBlur
1 parent 8a39af7 commit 7a41aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos2d/CCEffect_Private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
#ifndef GAUSSIANBLUR_OPTMIZIED_RADIUS_MAX
14-
#define GAUSSIANBLUR_OPTMIZIED_RADIUS_MAX 6
14+
#define GAUSSIANBLUR_OPTMIZIED_RADIUS_MAX 6UL
1515
#endif
1616

1717
extern NSString * const CCShaderUniformPreviousPassTexture;

0 commit comments

Comments
 (0)