1
This commit is contained in:
parent
77518da379
commit
e1f0817c8d
@ -28,6 +28,7 @@ namespace mt
|
|||||||
|
|
||||||
void MapCollider::LoadAll()
|
void MapCollider::LoadAll()
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
std::vector<std::string> files = {
|
std::vector<std::string> files = {
|
||||||
"main3d_map.colliders.json"
|
"main3d_map.colliders.json"
|
||||||
};
|
};
|
||||||
@ -38,6 +39,7 @@ namespace mt
|
|||||||
raw_list.push_back(p);
|
raw_list.push_back(p);
|
||||||
name_hash[filename] = p;
|
name_hash[filename] = p;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void MapCollider::Load(const std::string& filename)
|
void MapCollider::Load(const std::string& filename)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user