Merge branch 'master_develop' of http://60.1.1.230/gaoxin/JL_Client into master_develop
commit
e5f3cd8e23
|
|
@ -263,10 +263,9 @@ function ExpeditionMainPanel:SingleLayNodeShow(go,layNodeListData)
|
||||||
local nodeGo = go
|
local nodeGo = go
|
||||||
--卸载加载的立绘
|
--卸载加载的立绘
|
||||||
if liveNodeList[go] then
|
if liveNodeList[go] then
|
||||||
for i = 1, #liveNodeList[go] do
|
for key, value in pairs(liveNodeList[go]) do
|
||||||
local item = liveNodeList[go][i]
|
if value then
|
||||||
if item then
|
poolManager:UnLoadLive(value.name, value.go, PoolManager.AssetType.GameObject)
|
||||||
poolManager:UnLoadLive(item.name, item.go, PoolManager.AssetType.GameObject)
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue