Browse Source

修改bug

lzx 2 days ago
parent
commit
ea005123c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Assets/Scripts/GameUI/UI/GuidePanel/PlayerGuideManager.cs

+ 1 - 1
Assets/Scripts/GameUI/UI/GuidePanel/PlayerGuideManager.cs

@@ -879,7 +879,7 @@ namespace Fort23.Mono
             overCallBack = null;
 
 
-            UIManager.Instance.HideUIUIPanel<GuidePanel>(UIDestroyType.ImmediatelyDestroy);
+            UIManager.Instance.HideUIUIPanel<GuidePanel>();
         }
 
         public void SetBlackAlpha(float f)