lzx 5 päivää sitten
vanhempi
commit
ea005123c5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)