zhaoyang 2 년 전
부모
커밋
68928cf000
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      GameClient/Assets/Game/HotUpdate/DressUp/DressUpUtil.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/DressUp/DressUpUtil.cs

@@ -231,6 +231,7 @@ namespace GFGGame
             GameObject gameObject = AddSpriteObj(res, ext, spritObjName, parentObj, sortingOrder, needSetMask);
             if (itemCfg.subType == (int)ConstDressUpItemType.BEI_JING)
             {
+                Debug.Log("layerName:" + LayerMask.LayerToName(6));
                 int layer = LayerMask.NameToLayer("Bg");
                 gameObject.layer = layer;
             }