mirror of https://github.com/axmolengine/axmol.git
Fix member not initialized [skip ci]
This commit is contained in:
parent
bb79db77c2
commit
f9ecb53623
|
@ -100,6 +100,7 @@ Node::Node()
|
||||||
, _reorderChildDirty(false)
|
, _reorderChildDirty(false)
|
||||||
, _isTransitionFinished(false)
|
, _isTransitionFinished(false)
|
||||||
#if CC_ENABLE_SCRIPT_BINDING
|
#if CC_ENABLE_SCRIPT_BINDING
|
||||||
|
, _scriptHandler(0)
|
||||||
, _updateScriptHandler(0)
|
, _updateScriptHandler(0)
|
||||||
#endif
|
#endif
|
||||||
, _componentContainer(nullptr)
|
, _componentContainer(nullptr)
|
||||||
|
|
Loading…
Reference in New Issue