Skip to content

Commit b8d2759

Browse files
committed
Merge branch 'develop-v3' of github:cocos2d/cocos2d-iphone into develop-v3
Former-commit-id: 5770e80
2 parents 3341484 + aed8e18 commit b8d2759

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0.0

cocos2d/CCLayoutBox.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ - (void) layout
8484

8585
// Position the nodes
8686
float height = 0;
87-
for (CCNode* child in [[self.children reverseObjectEnumerator] allObjects])
87+
for (CCNode* child in self.children)
8888
{
8989
CGSize childSize = child.contentSizeInPoints;
9090

0 commit comments

Comments
 (0)