From c04e2807a396c9c3570c26b60f8d160dfc6af742 Mon Sep 17 00:00:00 2001 From: zhangaotian <8474238@qq.com> Date: Thu, 27 Jun 2024 18:21:47 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90Bug=E3=80=91=E9=80=89=E5=85=B3?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E7=89=B9=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Assets/Scripts/Gameplay/UI/Level/UILevelSelectController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Forest/Assets/Scripts/Gameplay/UI/Level/UILevelSelectController.cs b/Forest/Assets/Scripts/Gameplay/UI/Level/UILevelSelectController.cs index 5d0b9d6..cd59fc7 100644 --- a/Forest/Assets/Scripts/Gameplay/UI/Level/UILevelSelectController.cs +++ b/Forest/Assets/Scripts/Gameplay/UI/Level/UILevelSelectController.cs @@ -41,8 +41,8 @@ public class UILevelSelectController : UIWindow { CloseWindow(); HideGfx(); - EventManager.Instance.Send(EventManager.EventName.ShowGfx); await UIManager.Instance.OpenWindow(UIConstants.UIMainPanel); + EventManager.Instance.Send(EventManager.EventName.ShowGfx); } private void Start()