diff options
author | Andrea Catania <info@andreacatania.com> | 2018-10-05 10:51:24 +0200 |
---|---|---|
committer | Andrea Catania <info@andreacatania.com> | 2018-10-05 10:51:24 +0200 |
commit | 62fc66291be4b86c91a7d52bade2102abd783e3a (patch) | |
tree | 92e34d5de9e8ac01247c2ea10c0b598ca57508ed | |
parent | 821bc40dc8d1c19a968ecc3edf7eca7b82fbc659 (diff) |
Removed wrong equal vertex thresold to GJK solver
-rw-r--r-- | modules/bullet/space_bullet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/bullet/space_bullet.cpp b/modules/bullet/space_bullet.cpp index b7f8709c6a..71048888b4 100644 --- a/modules/bullet/space_bullet.cpp +++ b/modules/bullet/space_bullet.cpp @@ -571,7 +571,6 @@ void SpaceBullet::create_empty_world(bool p_create_soft_world) { gjk_epa_pen_solver = bulletnew(btGjkEpaPenetrationDepthSolver); gjk_simplex_solver = bulletnew(btVoronoiSimplexSolver); - gjk_simplex_solver->setEqualVertexThreshold(0.f); void *world_mem; if (p_create_soft_world) { |