소스 검색

修改bug

lzx 1 일 전
부모
커밋
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);
                     });
             });
         }