Skip to content

Commit b9738ae

Browse files
author
pandamicro
committed
Fix sub armature doesn't sync color and opacity issue
1 parent 021fc99 commit b9738ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/cocostudio/armature/CCArmatureWebGLRenderCmd.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
break;
7878
case ccs.DISPLAY_TYPE_ARMATURE:
7979
selNode.setShaderProgram(this._shaderProgram);
80+
this._updateColorAndOpacity(cmd, selBone);
8081
cmd._parentCmd = this;
8182
// Continue rendering in default
8283
default:

0 commit comments

Comments
 (0)