【Bug】选关返回特效

iOS_release
zhangaotian 2024-06-27 18:21:47 +08:00
parent 4f32ba540d
commit c04e2807a3
1 changed files with 1 additions and 1 deletions

View File

@ -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()