mirror of https://github.com/axmolengine/axmol.git
parent
0ea0ad6382
commit
72ad9fd701
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue