From 72ad9fd7012aa6869915843d393020d3327b96f0 Mon Sep 17 00:00:00 2001 From: imbahom Date: Tue, 23 Apr 2013 21:44:24 +0800 Subject: [PATCH] Update CCNode.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 注释错误 --- cocos2dx/base_nodes/CCNode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocos2dx/base_nodes/CCNode.cpp b/cocos2dx/base_nodes/CCNode.cpp index 662616af80..6836819588 100644 --- a/cocos2dx/base_nodes/CCNode.cpp +++ b/cocos2dx/base_nodes/CCNode.cpp @@ -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)