修复tostring导致的循环maxinum call
This commit is contained in:
@@ -166,7 +166,7 @@ module es {
|
||||
}
|
||||
|
||||
public toString(){
|
||||
return `[RenderableComponent] ${this}, renderLayer: ${this.renderLayer}`;
|
||||
return `[RenderableComponent] renderLayer: ${this.renderLayer}`;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user