修复魂印图鉴界面销毁后再次打开报错的问题

gaoxin 2020-09-22 16:59:23 +08:00
parent 1651407fa4
commit 35a4c61b42
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ function SoulPrintHandBook:OnClose()
end end
function SoulPrintHandBook:OnDestroy() function SoulPrintHandBook:OnDestroy()
list = {}
this.scrollView=nil this.scrollView=nil
end end