We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62be396 commit 06ff0f8Copy full SHA for 06ff0f8
cocos2d/core/base-nodes/CCNode.js
@@ -1288,6 +1288,7 @@ cc.Node = cc.Class.extend(/** @lends cc.Node# */{
1288
if (this._isTransitionFinished)
1289
child.onEnterTransitionDidFinish();
1290
}
1291
+ child._renderCmd.setDirtyFlag(cc.Node._dirtyFlags.transformDirty);
1292
if (this._cascadeColorEnabled)
1293
child._renderCmd.setDirtyFlag(cc.Node._dirtyFlags.colorDirty);
1294
if (this._cascadeOpacityEnabled)
0 commit comments