【森罗无尽】没有小人修复

dev_chengFeng
ZhangBiao 2021-04-23 16:19:44 +08:00
parent c2e97f144d
commit 03a19bdd14
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ function this.InitRolePre(u, v)
if this.NpcGO then
this.NpcGO:OnClose()
end
Util.GetTransform(this.leader, "root/ui/nemeDi"):SetActive(false)
Util.GetTransform(this.leader, "root/ui/nemeDi").gameObject:SetActive(false)
this.NpcGO = PlayerLiveView:New(Util.GetTransform(this.leader, "root/ui/roleRoot"),1)
this.NpcGO:OnOpen(GetPlayerRoleSingleConFig().Scale9,Vector3.New(0,40,0),WALK_DIR.IDLE_FRONT)
end