1
This commit is contained in:
parent
c4fb2256bd
commit
20130cb176
@ -961,6 +961,13 @@ void MapInstance::LoadHouse()
|
||||
}
|
||||
};
|
||||
for (auto& pair : GetMapMeta()->collider_info->GetNodes()) {
|
||||
#ifdef DEBUG1
|
||||
printf("node->name %s childs:%d colliders:%d\n",
|
||||
pair.second->name.c_str(),
|
||||
(int)pair.second->childs.size(),
|
||||
(int)pair.second->colliders.size());
|
||||
#endif
|
||||
cb(pair.second);
|
||||
TraverseMapColliderNode(pair.second, cb);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user