This commit is contained in:
aozhiwei 2023-01-03 10:48:24 +08:00
parent d74a9971e4
commit 8bb3d1de1d

View File

@ -84,7 +84,7 @@ void MapInstance::Init()
} }
{ {
navmesh_ = dtAllocNavMesh(); navmesh_ = dtAllocNavMesh();
FILE *fp = fopen((mt::MetaMgr::Instance()->GetResDir() + "map3.bin").c_str(), "rb"); FILE *fp = fopen((mt::MetaMgr::Instance()->GetResDir() + "map4.bin").c_str(), "rb");
if(fp){ if(fp){
//fseek(fp, 0, SEEK_END); //fseek(fp, 0, SEEK_END);
//int file_size = ftell(fp); //int file_size = ftell(fp);