This commit is contained in:
dgflash
2022-06-02 11:35:43 +08:00
parent a80d5b46f5
commit eaa6db4acb

View File

@@ -262,7 +262,7 @@ export class LayerUI extends Node {
});
this.ui_nodes.clear();
// 清缓存中的界面
// 清缓存中的界面
if (isDestroy) {
this.ui_cache.forEach((value: ViewParams, prefabPath: string) => {
this.removeCache(prefabPath);