mirror of https://github.com/axmolengine/axmol.git
issue #61:
This commit is contained in:
parent
ae3f178c7b
commit
41b014f6ab
|
@ -79,7 +79,6 @@ bool CCSpriteSheet::initWithTexture(CCTexture2D *pobTexture, unsigned int uCapac
|
|||
m_blendFunc.dst = CC_BLEND_DST;
|
||||
m_pobTextureAtlas = new CCTextureAtlas();
|
||||
m_pobTextureAtlas->initWithTexture(pobTexture, uCapacity);
|
||||
m_pobTextureAtlas->autorelease();
|
||||
|
||||
updateBlendFunc();
|
||||
|
||||
|
|
Loading…
Reference in New Issue