Roll back debug commented code

This commit is contained in:
XiaoFeng 2015-10-20 17:23:31 +08:00
parent 7e54a91ee6
commit 3d626940af
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ var TextureLoadImgTest = TextureCacheTestBase.extend({
var url = "http://www.cocos2d-x.org/images/logo.png";
cc.textureCache.addImageAsync(url, this.texFirstLoaded, this);
//cc.textureCache.addImageAsync(url, this.texSecondLoaded, this);
cc.textureCache.addImageAsync(url, this.texSecondLoaded, this);
},
texFirstLoaded: function(texture) {