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.
2 parents 3341484 + aed8e18 commit b8d2759Copy full SHA for b8d2759
VERSION
@@ -0,0 +1 @@
1
+3.0.0
cocos2d/CCLayoutBox.m
@@ -84,7 +84,7 @@ - (void) layout
84
85
// Position the nodes
86
float height = 0;
87
- for (CCNode* child in [[self.children reverseObjectEnumerator] allObjects])
+ for (CCNode* child in self.children)
88
{
89
CGSize childSize = child.contentSizeInPoints;
90
0 commit comments