Merge pull request #486 from minggo/master

invoke this->drawNumberOfQuads(n, 0) in CCTextureAtlas::drawNumberOfQuads(unsigned int n)
This commit is contained in:
minggo 2011-08-23 02:10:22 -07:00
commit 75339b7630
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ void CCTextureAtlas::drawQuads()
void CCTextureAtlas::drawNumberOfQuads(unsigned int n) void CCTextureAtlas::drawNumberOfQuads(unsigned int n)
{ {
this->drawNumberOfQuads(m_uTotalQuads, 0); this->drawNumberOfQuads(n, 0);
} }
void CCTextureAtlas::drawNumberOfQuads(unsigned int n, unsigned int start) void CCTextureAtlas::drawNumberOfQuads(unsigned int n, unsigned int start)