From c2677fe19364cf2833b57bf7a028e8cbe22507d5 Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Sat, 10 Oct 2020 14:13:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E6=97=B6=E5=8D=87=E7=BA=A7=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8=E6=89=93=E5=BC=80=E5=90=8E=20=20=20=20=20=E9=80=80?= =?UTF-8?q?=E5=87=BA=E4=B8=80=E6=AE=B5=E6=97=B6=E9=97=B4=E5=86=8D=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Expert/Expert_UpLv.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Expert/Expert_UpLv.lua b/Assets/ManagedResources/~Lua/Modules/Expert/Expert_UpLv.lua index d43231cba6..d500ae9979 100644 --- a/Assets/ManagedResources/~Lua/Modules/Expert/Expert_UpLv.lua +++ b/Assets/ManagedResources/~Lua/Modules/Expert/Expert_UpLv.lua @@ -145,6 +145,7 @@ end function Expert_UpLv:OnDestroy() sortingOrder = 0 + itemList = {} end return Expert_UpLv \ No newline at end of file