This commit is contained in:
Ming 2010-09-04 07:16:52 +00:00
parent ae3f178c7b
commit 41b014f6ab
1 changed files with 0 additions and 1 deletions

View File

@ -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();