Skip to content

Commit 63e8675

Browse files
committed
remove sortAllChildren
1 parent 18d0efe commit 63e8675

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cocos2d/tilemap/CCTMXLayerCanvasRenderCmd.js

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
context.clearRect(0, 0, locCanvas.width, locCanvas.height);
6161
//reset the cache context
6262

63-
this._node.sortAllChildren();
6463
var locChildren = this._node._children;
6564
for (var i = 0, len = locChildren.length; i < len; i++) {
6665
if (locChildren[i]){

0 commit comments

Comments
 (0)