invoke this->drawNumberOfQuads(n, 0) in CCTextureAtlas::drawNumberOfQuads(unsigned int n)

This commit is contained in:
minggo 2011-08-23 17:04:38 +08:00
parent 3487b074ea
commit a7e8c36eee
1 changed files with 1 additions and 1 deletions

View File

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