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

@@ -46,7 +46,7 @@ Material:
m_Ints: []
m_Floats:
- Vector1_c9f2135c9d254951b22c018d295f8558: 0.003
- _blurOffset: 0.022401923
- _blurOffset: 0.0076103834
m_Colors: []
m_BuildTextureStacks: []
--- !u!114 &268278646524644520

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 ();
});
}
}