소스 검색

拍照层级

zhaoyang 3 년 전
부모
커밋
5d3a2d3f48
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographView.cs

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographView.cs

@@ -117,10 +117,10 @@ namespace GFGGame
 
             RefreshList(EnumPhotographType.BG);
             SetUIView();
+            UpdateScene();
             PhotographSceneManager.Instance.AddBgItem(ItemCfgArray.Instance.GetCfg(EquipDataCache.cacher.bgId));
             PhotographSceneManager.Instance.AddBodyItem();
-            UpdateScene();
-            PhotographDataManager.Instance.SetLayer(null, "refresh");
+            // PhotographDataManager.Instance.SetLayer(null, "refresh");
 
             if (GuideDataManager.IsGuideFinish(ConstGuideId.PHOTOGRAPH) > 0)
             {