update core

This commit is contained in:
2024-10-28 00:40:00 +08:00
parent 991ce10c52
commit 66b8593446
14 changed files with 116 additions and 20 deletions

View File

@@ -144,7 +144,6 @@ namespace StateSystem.State
{
CameraEffectUtils.Instance.SetAberration (0f , 0f);
CameraEffectUtils.Instance.SetGameCamBlur (0f , 0f , null);
BeginStaticPanel.ReleasePanel ();
if (HasTempGame)
{
this.stateMachineRunner.OpenState (GameGlobalState.GameRoom);
@@ -153,6 +152,7 @@ namespace StateSystem.State
{
UIManager.Instance.OpenView (UIPanel.InitTipPanel);
}
BeginStaticPanel.ReleasePanel ();
});
}
}