Преглед изворни кода

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

guodong пре 1 година
родитељ
комит
77da8eda25
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      GameClient/Assets/Game/HotUpdate/Views/FieldGuide/FieldGuideView.cs

+ 5 - 0
GameClient/Assets/Game/HotUpdate/Views/FieldGuide/FieldGuideView.cs

@@ -220,6 +220,11 @@ namespace GFGGame
                 UI_CompGuideItem.ProxyEnd();
             }
 
+            if (!playAnim)
+            {
+                UpdateRedDot();
+            }
+
         }
 
         public static int ProgressCalculate(int haveCount, int totalCount)