zhaoyang 3 سال پیش
والد
کامیت
9f0907241e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryFightTargetScoreView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryFightTargetScoreView.cs

@@ -439,7 +439,7 @@ namespace GFGGame
         }
         private void Reset()
         {
-            EventAgent.RemoveEventListener(ConstMessage.CARD_SKILL, CircleScoreStart);
+            EventAgent.RemoveEventListener(ConstMessage.CARD_SKILL, UpdateCircleResult);
 
             _ui.m_proScore.target.max = 100;
             _ui.m_proScore.target.value = 0;