From bc582b85e2dba8b598079bf5ae9a2996232a705a Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Tue, 4 Jan 2022 15:54:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=82=E7=BA=A7=E4=BF=AE=E6=94=B9=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/View/SingleExplorePlayerView.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/ManagedResources/~Lua/View/SingleExplorePlayerView.lua b/Assets/ManagedResources/~Lua/View/SingleExplorePlayerView.lua index 7ddf45c7df..cb865061e1 100644 --- a/Assets/ManagedResources/~Lua/View/SingleExplorePlayerView.lua +++ b/Assets/ManagedResources/~Lua/View/SingleExplorePlayerView.lua @@ -149,6 +149,10 @@ function SingleExplorePlayerView:RefreshIsSelf(isSelf) self.ui:GetComponent("Canvas").worldCamera = nil end self.isSelf = isSelf + if self.isSelf then + self.playerLiveView:SetSelfTag() + self.playerLiveView:SetEffectScale(2) + end if self.eventPointPos then self.parent.RemoveSelectIconList(self.eventPointPos) self.eventPointPos = nil