Browse Source

修改bug

lzx 1 ngày trước cách đây
mục cha
commit
7341f0f04d

+ 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);
                     });
             });
         }