移除fastlist(经测试比Array并没有快)
This commit is contained in:
@@ -76,7 +76,7 @@ module es {
|
||||
public setUpdateOrder(updateOrder: number){
|
||||
if (this.updateOrder != updateOrder){
|
||||
this.updateOrder = updateOrder;
|
||||
Core.scene._sceneComponents.sort(this);
|
||||
Core.scene._sceneComponents.sort(this.compare);
|
||||
}
|
||||
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user