Skip to content

Commit

Permalink
Fix comment broken in last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
j4m3z0r committed Aug 19, 2013
1 parent 0287f27 commit ff6c5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocos2dx/platform/emscripten/CCImage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit ff6c5f8

Please sign in to comment.