timeruler 绘制

This commit is contained in:
yhh
2020-08-25 19:04:12 +08:00
parent 0ab0728ddf
commit 1997b3f348
6 changed files with 72 additions and 8 deletions

View File

@@ -182,7 +182,7 @@ module es {
}
protected async update() {
// this.startDebugUpdate();
this.startDebugUpdate();
// 更新我们所有的系统管理器
Time.update(egret.getTimer());
@@ -215,7 +215,7 @@ module es {
}
}
// this.endDebugUpdate();
this.endDebugUpdate();
await this.draw();
}