Skip to content

Commit

Permalink
Merge pull request #33690 from Phischermen/area-enhancement
Browse files Browse the repository at this point in the history
Bullet: Fix detection of concave shape in Area
  • Loading branch information
akien-mga committed Feb 26, 2020
2 parents afa773f + 2c01cf5 commit fde1211
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/bullet/space_bullet.cpp
Expand Up @@ -726,9 +726,6 @@ void SpaceBullet::check_ghost_overlaps() {

other_body_shape = static_cast<btCollisionShape *>(otherObject->get_bt_shape(z));

if (other_body_shape->isConcave())
continue;

btTransform other_shape_transform(otherObject->get_bt_shape_transform(z));
other_shape_transform.getOrigin() *= other_body_scale;

Expand Down

0 comments on commit fde1211

Please sign in to comment.