zhaoyang %!s(int64=2) %!d(string=hai) anos
pai
achega
68928cf000
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
             }