修复tostring导致的循环maxinum call
This commit is contained in:
@@ -2597,7 +2597,7 @@ var es;
|
||||
return this;
|
||||
};
|
||||
RenderableComponent.prototype.toString = function () {
|
||||
return "[RenderableComponent] " + this + ", renderLayer: " + this.renderLayer;
|
||||
return "[RenderableComponent] renderLayer: " + this.renderLayer;
|
||||
};
|
||||
return RenderableComponent;
|
||||
}(es.Component));
|
||||
|
||||
Reference in New Issue
Block a user