From 17465d2f3d0f491b22a37f211219360f13d3b248 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Thu, 20 Aug 2020 14:56:29 +0800 Subject: [PATCH] --- .../ManagedResources/~Lua/Modules/Map/View/EndLessMapView.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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