浏览代码

修改bug

lzx 2 天之前
父节点
当前提交
7341f0f04d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Assets/Scripts/GameUI/UI/HeroInformationPanel/HeroBreakthroughPanel.cs

+ 1 - 1
Assets/Scripts/GameUI/UI/HeroInformationPanel/HeroBreakthroughPanel.cs

@@ -177,7 +177,7 @@ namespace Fort23.Mono
                             // UIManager.Instance.ShowLastHindAllShowPanel();
                         }
 
-                        CombatController.ChangeState(CombatController.update);
+                        CombatDrive.Instance.CombatController.ChangeState(CombatController.update);
                     });
             });
         }