修复场景切换未在临界点切换问题

This commit is contained in:
yhh
2020-06-30 14:32:29 +08:00
parent 366bcf8efc
commit db7aac2b90
11 changed files with 423 additions and 58 deletions

View File

@@ -145,7 +145,7 @@ class Scene extends egret.DisplayObjectContainer {
this.unload();
}
protected onStart() {
protected async onStart() {
}