Type为1的背景框没有正确显示的bug

This commit is contained in:
TJH 2026-02-24 16:15:40 +08:00
parent 2a3afc71a4
commit e22530a856

View File

@ -207,7 +207,8 @@ export class Loading extends Component {
}
}
);
await GameDataManager.instance.preloadFrameTypeCache();
await GameDataManager.instance.preloadSymbolCache();
// 资源加载完成进度条到90%
this.updateProgress(this.PROGRESS_RESOURCE);