Browse Source

修改bug

lzx 1 day ago
parent
commit
c66b67f236
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Assets/Scripts/GameUI/Combat/CombatDrive.cs

+ 1 - 1
Assets/Scripts/GameUI/Combat/CombatDrive.cs

@@ -61,7 +61,7 @@ namespace GameLogic.Combat
         {
             await MarskPanel.OpenPanel();
             UIManager.Instance.HindCurrAllShowPanel();
-            UIManager.Instance.HideUIUIPanel<DivineSenceInfoPanel>();
+            // UIManager.Instance.HideUIUIPanel<DivineSenceInfoPanel>();
             StartCombatInfo startCombatInfo = new StartCombatInfo();
             startCombatInfo.CombatType = CombatType.CombatType.LevelBattle;
             startCombatInfo.isCombatOverUi = isCombatOverUi;