【Bug】选关返回特效
parent
4f32ba540d
commit
c04e2807a3
|
@ -41,8 +41,8 @@ public class UILevelSelectController : UIWindow
|
||||||
{
|
{
|
||||||
CloseWindow();
|
CloseWindow();
|
||||||
HideGfx();
|
HideGfx();
|
||||||
EventManager.Instance.Send(EventManager.EventName.ShowGfx);
|
|
||||||
await UIManager.Instance.OpenWindow(UIConstants.UIMainPanel);
|
await UIManager.Instance.OpenWindow(UIConstants.UIMainPanel);
|
||||||
|
EventManager.Instance.Send(EventManager.EventName.ShowGfx);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Start()
|
private void Start()
|
||||||
|
|
Loading…
Reference in New Issue