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 5f68099 commit cac1daaCopy full SHA for cac1daa
cocos2d-ui/CCBReader/CCBReader.m
@@ -1339,7 +1339,7 @@ - (CCNode*) readNodeGraphParent:(CCNode*)parent
1339
embeddedNode.scaleX = ccbFileNode.scaleX;
1340
embeddedNode.scaleY = ccbFileNode.scaleY;
1341
embeddedNode.name = ccbFileNode.name;
1342
- embeddedNode.visible = YES;
+ embeddedNode.visible = ccbFileNode.visible;
1343
//embeddedNode.ignoreAnchorPointForPosition = ccbFileNode.ignoreAnchorPointForPosition;
1344
1345
[animationManager moveAnimationsFromNode:ccbFileNode toNode:embeddedNode];
0 commit comments