| UI/Common/UI3DShowHero.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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); }