Skip to content

Commit 73b2b3c

Browse files
author
pandamicro
committed
Enable FIX_ARTIFACTS_BY_STRECHING_TEXEL by default
1 parent dfbf0bc commit 73b2b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos2d/core/platform/CCConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ window["CocosEngine"] = cc.ENGINE_VERSION = "Cocos2d-JS v3.14";
5656
* @constant
5757
* @type {Number}
5858
*/
59-
cc.FIX_ARTIFACTS_BY_STRECHING_TEXEL = 0;
59+
cc.FIX_ARTIFACTS_BY_STRECHING_TEXEL = 1;
6060

6161
/**
6262
* Position of the FPS (Default: 0,0 (bottom-left corner))<br/>

0 commit comments

Comments
 (0)