Skip to content

Commit 566852c

Browse files
committed
Merge branch 'patch-2' of github.com:giuseppelt/cocos2d-html5 into develop
# Conflicts: # cocos2d/core/base-nodes/CCNode.js
2 parents 91941a7 + c4f9f39 commit 566852c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos2d/core/base-nodes/CCNode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2015,7 +2015,7 @@ cc.Node = cc.Class.extend(/** @lends cc.Node# */{
20152015
updateTransform: function () {
20162016
var children = this._children, node;
20172017
for (var i = 0; i < children.length; i++) {
2018-
var node = children[i];
2018+
node = children[i];
20192019
if (node)
20202020
node.updateTransform();
20212021
}

0 commit comments

Comments
 (0)