This commit is contained in:
aozhiwei 2023-06-29 20:26:36 +08:00
parent 77518da379
commit e1f0817c8d

View File

@ -28,6 +28,7 @@ namespace mt
void MapCollider::LoadAll()
{
#if 0
std::vector<std::string> files = {
"main3d_map.colliders.json"
};
@ -38,6 +39,7 @@ namespace mt
raw_list.push_back(p);
name_hash[filename] = p;
}
#endif
}
void MapCollider::Load(const std::string& filename)