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

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryFightSingleScoreView.cs

@@ -195,9 +195,9 @@ namespace GFGGame
         private void CircleResuleEnd()
         {
             _index++;
-            if (_index >= 0)// FightScoreCfgArray.Instance.dataArray.Length)
+            if (_index >= FightScoreCfgArray.Instance.dataArray.Length)
             {
-                if (_prefectCount >= 0) // == FightScoreCfgArray.Instance.dataArray.Length)
+                if (_prefectCount == FightScoreCfgArray.Instance.dataArray.Length)
                 {
                     AllCirclePlayStart();//完美八连击
                 }