From eaa6db4acbda504b154a1941acd6d87ae13da64b Mon Sep 17 00:00:00 2001 From: dgflash Date: Thu, 2 Jun 2022 11:35:43 +0800 Subject: [PATCH] . --- assets/script/core/gui/layer/LayerUI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/script/core/gui/layer/LayerUI.ts b/assets/script/core/gui/layer/LayerUI.ts index 9aceb8b..33b0a3d 100644 --- a/assets/script/core/gui/layer/LayerUI.ts +++ b/assets/script/core/gui/layer/LayerUI.ts @@ -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);