From ecd9dfc970f4e4dc55819f5b92ccf9733411708f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <1464576565@qq.com> Date: Fri, 24 Apr 2026 09:21:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/UI/Manager/UIService.Cache.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/UI/Manager/UIService.Cache.cs b/Runtime/UI/Manager/UIService.Cache.cs index 6084b72..a1acea6 100644 --- a/Runtime/UI/Manager/UIService.Cache.cs +++ b/Runtime/UI/Manager/UIService.Cache.cs @@ -30,7 +30,7 @@ namespace AlicizaX.UI.Runtime if (force || uiMetadata.MetaInfo.CacheTime == 0) { - uiMetadata.Dispose(); + uiMetadata.DisposeImmediate(); return; }