源 __proto._initStaticBatchs=function(rootOwner){ this._quickSort(this._initBatchSprites,0,this._initBatchSprites.length-1); …… }这个函数的第一行的这个排序有问题,把它注释掉就可以把drawcall降成1。感觉上并木有什么优化效果