无尽副本报错修改
parent
a255a6fb42
commit
003583db7b
|
@ -69,7 +69,7 @@ end
|
||||||
function this.Init(pos,num)
|
function this.Init(pos,num)
|
||||||
local u, v = Map_Pos2UV(pos)
|
local u, v = Map_Pos2UV(pos)
|
||||||
--(角色身上的数据, 主要是位置信息)
|
--(角色身上的数据, 主要是位置信息)
|
||||||
this.leaderMapData = TileMapView.GetMapData():GetMapData(u, v)
|
this.leaderMapData = TileMapView.GetMapData()
|
||||||
MapManager.curMapBornPos = Map_UV2Pos(this.leaderMapData.u, this.leaderMapData.v)
|
MapManager.curMapBornPos = Map_UV2Pos(this.leaderMapData.u, this.leaderMapData.v)
|
||||||
|
|
||||||
-- LogRed("NUM"..num)
|
-- LogRed("NUM"..num)
|
||||||
|
|
Loading…
Reference in New Issue