Update CCNode.cpp

注释错误
This commit is contained in:
imbahom 2013-04-23 21:44:24 +08:00 committed by Rohan Kuruvilla
parent bdecd6f4a9
commit 8d14627dd8
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ CCNode::CCNode(void)
, m_nZOrder(0)
, m_pChildren(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)
// userData is always inited as nil
, m_pUserData(NULL)