From 2985079325791714b6d55d15a019d8c5ff0ca1f1 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Fri, 5 Nov 2021 13:37:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E9=98=9F=E6=98=9F=E6=98=9F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Formation/FormationPanelV2.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua b/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua index e46f34823b..3b7932e312 100644 --- a/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua +++ b/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua @@ -233,7 +233,7 @@ function this:OnSortingOrderChange() Util.AddParticleSortLayer(o, self.sortingOrder - orginLayer) end this.scrollView:ForeachItemGO(function (index, go) - Util.SetParticleSortLayer(go, self.sortingOrder - orginLayer) + Util.SetParticleSortLayer(go, self.sortingOrder + 1) end) orginLayer = self.sortingOrder end