From 35a4c61b42a4741d9946b970ea93d787f876ffa1 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Tue, 22 Sep 2020 16:59:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=AD=82=E5=8D=B0=E5=9B=BE?= =?UTF-8?q?=E9=89=B4=E7=95=8C=E9=9D=A2=E9=94=80=E6=AF=81=E5=90=8E=E5=86=8D?= =?UTF-8?q?=E6=AC=A1=E6=89=93=E5=BC=80=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/SoulPrint/SoulPrintHandBook.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/ManagedResources/~Lua/Modules/SoulPrint/SoulPrintHandBook.lua b/Assets/ManagedResources/~Lua/Modules/SoulPrint/SoulPrintHandBook.lua index f248090027..57f69c7594 100644 --- a/Assets/ManagedResources/~Lua/Modules/SoulPrint/SoulPrintHandBook.lua +++ b/Assets/ManagedResources/~Lua/Modules/SoulPrint/SoulPrintHandBook.lua @@ -102,6 +102,7 @@ function SoulPrintHandBook:OnClose() end function SoulPrintHandBook:OnDestroy() + list = {} this.scrollView=nil end