lzx hace 4 semanas
padre
commit
ea005123c5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)