We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Child's opacity will not be changed when its parent's setCascadeOpacityEnabled was set to true and opacity was changed.
Child's opacity will not be changed when its parent's setCascadeOpacityEnabled was set to true and opacity was changed.
Bug #3162 [Closed]
This is a an interesting bug.
Setting the Scene
property on nodes (for the new physics integration) is similar to this one.
So we should fix this issue the same way we are setting the Scene
property.
Probably we need a kind of dirty flag that is checked at visit
time that updates that property.
Reported at http://www.cocos2d-x.org/forums/6/topics/38990?r=38993
HTML5 version fixed it here https://github.com/cocos2d/cocos2d-html5/pull/1213