소스 검색

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)