1
This commit is contained in:
parent
2f53ba2619
commit
a6112c1b62
@ -42,7 +42,6 @@ namespace mt
|
||||
|
||||
void MapCollider::Load(const std::string& filename)
|
||||
{
|
||||
#if 0
|
||||
a8::XObject xobj_root;
|
||||
xobj_root.ReadFromFile(MetaMgr::Instance()->GetResDir() + filename);
|
||||
auto xobj_nodes = xobj_root.At("nodes");
|
||||
@ -55,7 +54,6 @@ namespace mt
|
||||
}
|
||||
nodes_[node->name] = node;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void MapCollider::LoadTerrain(const std::string& filename)
|
||||
|
Loading…
x
Reference in New Issue
Block a user