#23 组件绘制层支持

This commit is contained in:
YHH
2020-08-08 09:43:03 +08:00
parent e7fb9e0d6b
commit 6a3622a5ef
10 changed files with 100 additions and 48 deletions

View File

@@ -152,7 +152,7 @@ module es {
public render() {
if (this._renderers.length == 0) {
console.error("there are no renderers in the scene!");
console.error("场景中没有渲染器!");
return;
}