1
This commit is contained in:
parent
ad9bfef0e0
commit
3ef41706d5
@ -658,7 +658,11 @@ void Human::GetAabbBox(AabbCollider& aabb_box)
|
||||
aabb_box._min.y = -meta->i->radius();
|
||||
aabb_box._max.x = meta->i->radius();
|
||||
aabb_box._max.y = meta->i->radius();
|
||||
#if 1
|
||||
aabb_box.MoveCenter(0, 0);
|
||||
#else
|
||||
aabb_box.MoveCenter(meta->i->move_offset_x(), meta->i->move_offset_y());
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user