From 265aaca23594ff33f689a0d8a4cef9dd4cca5073 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Mon, 8 Nov 2021 15:18:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A5=9E=E5=B0=86=E7=95=8C=E9=9D=A2=E7=89=B9?= =?UTF-8?q?=E6=95=88=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/RoleInfo/RoleInfoPanel.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleInfoPanel.lua b/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleInfoPanel.lua index c365d1f087..c289dcff5c 100644 --- a/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleInfoPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleInfoPanel.lua @@ -650,6 +650,10 @@ function this:UpdateHeroInfoData() end SetHeroStars(this.spLoader, this.starGrid, star,starType,starSize,starScale)--,Vector2.New(0.5,0.5)) Util.SetParticleSortLayer(this.starGrid,this.sortingOrder + 1) + --使得神魂特效同步------------------------ + this.starGrid:SetActive(false) + this.starGrid:SetActive(true) + ------------------------------------------ this.posImage.sprite =this.spLoader:LoadSprite(curHeroData.professionIcon) this.heroName.text = curHeroData.name this.profession.sprite =this.spLoader:LoadSprite(GetProStrImageByProNum(curHeroData.heroConfig.PropertyName))