Fix comment broken in last commit.

This commit is contained in:
James Gregory 2013-08-19 13:45:32 -07:00
parent 0287f273e0
commit ff6c5f8adf
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ bool Image::initWithString(
CC_BREAK_IF(! dc.getBitmap(pText, nWidth, nHeight, eAlignMask, fullFontName.c_str(), nSize));
// assign the dc.m_pData to m_pData in order to save time
// assign the dc._data to _data in order to save time
_data = dc._data;
CC_BREAK_IF(! _data);