修复无graphics报错问题

This commit is contained in:
yhh
2021-05-28 17:00:33 +08:00
parent 79d684caae
commit 44e2ca07e5
5 changed files with 28 additions and 2 deletions

View File

@@ -377,6 +377,7 @@ module es {
}
public debugRender(batcher: IBatcher) {
if (!batcher) return;
this.components.debugRender(batcher);
}