修复tostring导致的循环maxinum call

This commit is contained in:
YHH
2020-07-26 23:27:42 +08:00
parent 2b13e5ee7d
commit 149a3e5833
12 changed files with 48 additions and 18 deletions

View File

@@ -166,7 +166,7 @@ module es {
}
public toString(){
return `[RenderableComponent] ${this}, renderLayer: ${this.renderLayer}`;
return `[RenderableComponent] renderLayer: ${this.renderLayer}`;
}
}
}