Update CCNode.cpp

注释错误
This commit is contained in:
imbahom 2013-04-23 21:44:24 +08:00
parent 0ea0ad6382
commit 72ad9fd701
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ CCNode::CCNode(void)
, m_nZOrder(0) , m_nZOrder(0)
, m_pChildren(NULL) , m_pChildren(NULL)
, m_pParent(NULL) , m_pParent(NULL)
// "whole screen" objects. like Scenes and Layers, should set m_bIgnoreAnchorPointForPosition to false // "whole screen" objects. like Scenes and Layers, should set m_bIgnoreAnchorPointForPosition to true
, m_nTag(kCCNodeTagInvalid) , m_nTag(kCCNodeTagInvalid)
// userData is always inited as nil // userData is always inited as nil
, m_pUserData(NULL) , m_pUserData(NULL)