From 027f2a3d860bb2b9cddc4c2eeeff9faf4dc6dade Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Thu, 12 Aug 2021 14:40:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=81=E7=BB=9D=E9=98=B5=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Guild/DeathPos/DeathPosPanel.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/DeathPos/DeathPosPanel.lua b/Assets/ManagedResources/~Lua/Modules/Guild/DeathPos/DeathPosPanel.lua index 97ae34e0df..6659b9b99d 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/DeathPos/DeathPosPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/DeathPos/DeathPosPanel.lua @@ -120,8 +120,8 @@ function this.RefreshPanel() guildName.text="" posName.sprite=this.spLoader:LoadSprite(guildWarConfig[i].Pic)--guildWarConfig[i].Name preList[i].transform.localPosition=Vector2.New(d[i].pos[1],d[i].pos[2]) - -- Util.GetGameObject(o,"Guild"):SetActive(false) - -- Util.GetGameObject(o,"serverName"):SetActive(false) + Util.GetGameObject(o,"Guild"):SetActive(false) + Util.GetGameObject(o,"serverName"):SetActive(false) end local colorValue = Color.New(1,1,1,0)