Merge pull request #435 from natural-law/master

fixed #644
This commit is contained in:
Walzer 2011-07-31 20:28:05 -07:00
commit 44ffdfde60
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ namespace cocos2d
CCSprite* pChild = (CCSprite*) pObject;
if (pChild)
{
pChild->useSelfRender();
removeSpriteFromAtlas(pChild);
}
}
}