十连黑屏修改提交

dev_chengFeng
jiaoyangna 2021-12-21 13:20:29 +08:00
parent f094d16e53
commit e9a7188d7d
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ function SingleRecruitPanel:UpdataPanelData(_heroData)
this.UI_Effect_appear:SetActive(false)
Sound_Recruit3 = SoundManager.PlaySound(SoundConfig.Sound_Recruit3)
if heroStaticData and testLiveGO then
if heroStaticData and not IsNull(testLiveGO) then
poolManager:UnLoadLive(GetResourcePath(heroStaticData.Live), testLiveGO)
heroStaticData, testLiveGO = nil, nil
end