Commit 6c02f209 authored by oscar's avatar oscar

提交更新传入csv路径为绝对路径

parent 89029855
......@@ -62,7 +62,7 @@ void JfxEvents::Init(std::string map_path, std::string map_dir,std::string map_c
else
{
#ifdef _USING_NEW_JFXMAP_
std::string csv = map_path + cross_csv;
std::string csv = map_path + "/" + cross_csv;
SDK_LOG(SDK_INFO, "dir = %s, cfg = %s,csv = %s", dir.c_str(), map_cfg.c_str(),csv.c_str());
m_OfflineMap.Init(dir,map_cfg,csv);
m_isMapCsv = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment