From bd1f264452748ef2b07effeee064cfc2b13215fc Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Thu, 29 Apr 2021 15:36:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=A7=E6=83=85=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Story/StoryMapPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Story/StoryMapPanel.lua b/Assets/ManagedResources/~Lua/Modules/Story/StoryMapPanel.lua index 3bb2764954..e9cced3ffc 100644 --- a/Assets/ManagedResources/~Lua/Modules/Story/StoryMapPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Story/StoryMapPanel.lua @@ -85,7 +85,7 @@ end function StoryMapPanel:OnOpen(config) this.mask.gameObject:SetActive(false) this.map.transform.localPosition = Vector3.zero - LogGreen("this.map.transform.localPosition:"..tostring(this.map.transform.localPosition)) + --LogGreen("this.map.transform.localPosition:"..tostring(this.map.transform.localPosition)) sortingOrder = 0 this.PlayerGrouops = {} this.triggerEvent = {}