We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
disallow copy and assign for Scene Graph + Actions objects
disallow copy and assign for Scene Graph + Actions objects
Bug #3259 [Closed]
We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Scene graph and Action objects should disallow copy & assignment.
They already support the
clone()
pattern. So, it some needs to copy them, they should useclone
instead.Patch:
https://github.com/cocos2d/cocos2d-x/pull/4351