From 8f05e215feb0da70cbc7625ee71eb733993fd5cf Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Tue, 19 Oct 2021 15:40:42 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=88=91=E8=A6=81=E5=8F=98=E5=BC=BA?= =?UTF-8?q?=E3=80=91=E5=A2=9E=E5=8A=A0=E8=AF=84=E5=88=86=E8=BF=9B=E5=BA=A6?= =?UTF-8?q?=E6=9D=A1=E6=98=BE=E9=9A=90=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Power/GiveMePowerPanel.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Power/GiveMePowerPanel.lua b/Assets/ManagedResources/~Lua/Modules/Power/GiveMePowerPanel.lua index 876938b900..e01f2e7415 100644 --- a/Assets/ManagedResources/~Lua/Modules/Power/GiveMePowerPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Power/GiveMePowerPanel.lua @@ -251,6 +251,7 @@ function this.RefreshHeroGrowList() value = curScore/maxScore str = string.format("%d/%d", curScore, maxScore) end + progress.gameObject:SetActive(data.Control == 1) progress.value = value progressText.text = str