코스튬 변경 버그 수정
This commit is contained in:
parent
60342521a8
commit
3d33d7e8a7
Binary file not shown.
|
|
@ -40,7 +40,10 @@ public class PCUI : BotMenuBase
|
||||||
if (PCInfoUI.Ins.m_PCInfoUI_Center.CostumeIdWhenEnter != sdata.Get_EqiupmentEquip(eItem.PCCostume))
|
if (PCInfoUI.Ins.m_PCInfoUI_Center.CostumeIdWhenEnter != sdata.Get_EqiupmentEquip(eItem.PCCostume))
|
||||||
{
|
{
|
||||||
ActorInfo.Ins.Destroy_Mobs();
|
ActorInfo.Ins.Destroy_Mobs();
|
||||||
PCInfo.Ins.Make_Actors(false, ServerInfo.Ins.m_ServerData, true);
|
CoroutineMgr.Ins.Set_Coroutine(() =>
|
||||||
|
{
|
||||||
|
PCInfo.Ins.Make_Actors(false, ServerInfo.Ins.m_ServerData, true);
|
||||||
|
}, 0.02f);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue