We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e095e90 + b43a4ad commit 0c5a7a5Copy full SHA for 0c5a7a5
cocos2d/core/textures/CCTextureCache.js
@@ -362,6 +362,7 @@ if (cc._renderType === cc._RENDER_TYPE_CANVAS) {
362
return tex;
363
};
364
365
+ _p.addImageAsync = _p.addImage;
366
_p = null;
367
368
} else {
cocos2d/core/textures/TexturesWebGL.js
@@ -901,5 +901,7 @@ cc._tmp.WebGLTextureCache = function () {
901
902
903
904
- _p = null;
+
905
906
+ _p = null;
907
0 commit comments