无尽副本快速返回主城报错
parent
529067bb2f
commit
04633b4ece
|
@ -312,6 +312,9 @@ function this.UpdateWarFog(u, v, fogSize)
|
|||
transform.localScale = Vector3.New(_defaultTileSize.x / MapConst.tileWidth, _defaultTileSize.y / MapConst.tileHeight, 1)
|
||||
|
||||
Timer.New(function ()
|
||||
if not _tileLivePool or not _tileLivePool[pos] then
|
||||
return
|
||||
end
|
||||
if _tileLivePool[pos] then
|
||||
local u, v = Map_Pos2UV(pos)
|
||||
this.DrawTileBG(_tileLivePool[pos], this.GetTileData(u, v))
|
||||
|
|
Loading…
Reference in New Issue