Fix member not initialized [skip ci]

This commit is contained in:
halx99 2021-07-07 22:38:58 +08:00
parent bb79db77c2
commit f9ecb53623
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ Node::Node()
, _reorderChildDirty(false)
, _isTransitionFinished(false)
#if CC_ENABLE_SCRIPT_BINDING
, _scriptHandler(0)
, _updateScriptHandler(0)
#endif
, _componentContainer(nullptr)