瀏覽代碼

修改bug

lzx 3 周之前
父節點
當前提交
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);
                     });
             });
         }