We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d0efe commit 63e8675Copy full SHA for 63e8675
cocos2d/tilemap/CCTMXLayerCanvasRenderCmd.js
@@ -60,7 +60,6 @@
60
context.clearRect(0, 0, locCanvas.width, locCanvas.height);
61
//reset the cache context
62
63
- this._node.sortAllChildren();
64
var locChildren = this._node._children;
65
for (var i = 0, len = locChildren.length; i < len; i++) {
66
if (locChildren[i]){
0 commit comments