fixed a warning in CCScale9Sprite::initWithBatchNode.

This commit is contained in:
James Chen 2012-06-15 15:36:36 +08:00
parent 0afdfe33da
commit e7628de857
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ bool CCScale9Sprite::initWithBatchNode(CCSpriteBatchNode* batchnode, CCRect rect
}
this->m_positionsAreDirty = true;
return this;
return true;
}
bool CCScale9Sprite::updateWithBatchNode(CCSpriteBatchNode* batchnode, CCRect rect, CCRect capInsets)