Type为1的背景框没有正确显示的bug
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m23s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m23s
This commit is contained in:
parent
2a3afc71a4
commit
7915edd14c
@ -207,7 +207,8 @@ export class Loading extends Component {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
await GameDataManager.instance.preloadFrameTypeCache();
|
||||||
|
await GameDataManager.instance.preloadSymbolCache();
|
||||||
// 资源加载完成,进度条到90%
|
// 资源加载完成,进度条到90%
|
||||||
this.updateProgress(this.PROGRESS_RESOURCE);
|
this.updateProgress(this.PROGRESS_RESOURCE);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user