pool池优化性能

This commit is contained in:
YHH
2022-03-07 22:52:51 +08:00
parent e207952786
commit 131df181e6
10 changed files with 120 additions and 131 deletions

View File

@@ -177,7 +177,7 @@ module es {
}
protected async update(currentTime: number = -1) {
protected update(currentTime: number = -1) {
if (Core.paused) {
return;
}