From 5c778aad2224df6289594ff77016c1f28df7f83f Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Tue, 1 Jun 2021 10:58:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=AE=E7=BD=97=E5=B9=BB=E5=A2=83=E3=80=91?= =?UTF-8?q?=E8=AF=95=E7=82=BC=E7=B2=BE=E6=B0=94=E7=89=B9=E6=95=88=E6=B6=88?= =?UTF-8?q?=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Map/MapPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Map/MapPanel.lua b/Assets/ManagedResources/~Lua/Modules/Map/MapPanel.lua index 37b17a088e..6c5159e089 100644 --- a/Assets/ManagedResources/~Lua/Modules/Map/MapPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Map/MapPanel.lua @@ -271,7 +271,7 @@ function this:SetActiveGameObj() this.heroGrid.gameObject:SetActive(true) this.enemyInfo.gameObject:SetActive(false) this.propList.gameObject:SetActive(false) - this.fireRoot.gameObject:SetActive(false) + this.fireRoot.gameObject:SetActive(isShow) this.EndLessEffect.gameObject:SetActive(false) this.endLessTitle.gameObject:SetActive(not isShow) this.stepROot.gameObject:SetActive(not isShow)