We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d81fec commit a4f1d5fCopy full SHA for a4f1d5f
loader/include/Geode/cocos/base_nodes/CCNode.h
@@ -1881,7 +1881,7 @@ class CC_DLL CCNode : public CCObject
1881
int m_nUpdateScriptHandler; ///< script handler for update() callback per frame, which is invoked from lua & javascript.
1882
ccScriptType m_eScriptType; ///< type of script binding, lua or javascript
1883
1884
- CCComponentContainer *m_pComponentContainer = new CCComponentContainer(this); ///< Dictionary of components
+ CCComponentContainer *m_pComponentContainer; ///< Dictionary of components
1885
1886
// 2.2 additions
1887
bool m_bUseChildIndex;
0 commit comments