We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b19dd6b + f4924a8 commit d7d08fcCopy full SHA for d7d08fc
cocos2d/core/sprites/CCBakeSprite.js
@@ -73,6 +73,6 @@ cc.BakeSprite = cc.Sprite.extend(/** @lends cc.BakeSprite# */{
73
if(fillStyle !== locContext._context.fillStyle)
74
locContext._context.fillStyle = fillStyle;
75
this.getTexture().handleLoadedTexture();
76
- this.setTextureRect(cc.rect(0,0, sizeOrWidth, height), false);
+ this.setTextureRect(cc.rect(0,0, sizeOrWidth, height), false, null, false);
77
}
78
});
0 commit comments