Przeglądaj źródła

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

guodong 1 rok temu
rodzic
commit
77da8eda25

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