mirror of https://github.com/axmolengine/axmol.git
Roll back debug commented code
This commit is contained in:
parent
7e54a91ee6
commit
3d626940af
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue