少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-11 5c87ec42e4dc67871ca9d1f0247f8f61c60d97c6
5729 【前端】【1.5】时装功能开发
1个文件已修改
4 ■■■■ 已修改文件
UI/Common/UI3DShowHero.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
UI/Common/UI3DShowHero.cs
@@ -587,13 +587,13 @@
                switch (key)
                {
                    case 1:
                        if (secondaryModel != null)
                        if (clothesModel != null)
                        {
                            bone = clothesModel.transform.GetChildTransformDeeply(GAStaticDefine.SecondaryBindBoneName[job - 1]);
                        }
                        break;
                    case 2:
                        if (weaponModel != null)
                        if (clothesModel != null)
                        {
                            bone = clothesModel.transform.GetChildTransformDeeply(GAStaticDefine.WeaponBindBoneName);
                        }