十连黑屏修改提交
parent
f094d16e53
commit
e9a7188d7d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue