diff --git a/Assets/ManagedResources/~Lua/Modules/Map/View/EndLessMapView.lua b/Assets/ManagedResources/~Lua/Modules/Map/View/EndLessMapView.lua index 226150d5f4..c1ee26fc04 100644 --- a/Assets/ManagedResources/~Lua/Modules/Map/View/EndLessMapView.lua +++ b/Assets/ManagedResources/~Lua/Modules/Map/View/EndLessMapView.lua @@ -136,7 +136,7 @@ function this.OnOpen() this.InitBoolState() -- 开始探索请求 -- this.StartExplore() - MapPanel.SetRoleShow(MapManager.mapScale, MapManager.roleInitPos,0) + -- MapPanel.SetRoleShow(MapManager.mapScale, MapManager.roleInitPos,0) -- 设置任务显示 this.SetTipShow() -- 初始化行动力消耗的类型数值 @@ -318,6 +318,7 @@ end -- 根据类型刷新行动力数值 function this.RefreshEnergyValue(isInit, costType) -- 只是初始化返回 + -- LogBlue("两次吧") if isInit then return end if EndLessMapManager.justEnterMap then EndLessMapManager.justEnterMap = false