From 2d0383b56701f0728716a74b34ebad5cc0819da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <1464576565@qq.com> Date: Mon, 9 Mar 2026 20:39:10 +0800 Subject: [PATCH] 1 --- Runtime/UI/UIBase/UIBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/UI/UIBase/UIBase.cs b/Runtime/UI/UIBase/UIBase.cs index 421c89c..b8b82da 100644 --- a/Runtime/UI/UIBase/UIBase.cs +++ b/Runtime/UI/UIBase/UIBase.cs @@ -253,7 +253,7 @@ namespace AlicizaX.UI.Runtime } internal async UniTask InternalDestroy() - {1 + { if (!UIStateMachine.ValidateTransition(GetType().Name, _state, UIState.Destroying)) return;