1
This commit is contained in:
parent
fde9d6062a
commit
7fbeb35d8e
@ -190,7 +190,7 @@ void MapService::GetColliders(Room* room,
|
||||
}
|
||||
struct CellNode *node, *tmp;
|
||||
list_for_each_entry_safe(node, tmp, head, entry) {
|
||||
if (node->collider->tag != 0) {
|
||||
if (node->collider->tag != 0 && !a8::HasBitFlag(node->collider->tag, kHalfWallTag)) {
|
||||
continue;
|
||||
}
|
||||
switch (node->collider->owner->GetEntityType()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user