少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-10 dc444ce5e72553d50d17bbf23be1c7f0b1c873d1
5729 【前端】【1.5】时装功能开发
1个文件已修改
4 ■■■■ 已修改文件
UI/Common/UI3DShowHero.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
UI/Common/UI3DShowHero.cs
@@ -459,10 +459,10 @@
                if (prefab)
                {
                    pool = GameObjectPoolManager.Instance.RequestPool(prefab);
                    secondaryModel = pool.Request();
                    extraSecondaryModel = pool.Request();
                    var parent = this.clothesModel.transform.GetChildTransformDeeply(GAStaticDefine.SecondaryBindBoneName[this.job - 1]);
                    secondaryModel.transform.SetParentEx(parent, Vector3.zero, Quaternion.identity, Vector3.one);
                    extraSecondaryModel.transform.SetParentEx(parent, Vector3.zero, Quaternion.identity, Vector3.one);
                }
            }