summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Catania <info@andreacatania.com>2018-10-05 10:51:24 +0200
committerAndrea Catania <info@andreacatania.com>2018-10-05 10:51:24 +0200
commit62fc66291be4b86c91a7d52bade2102abd783e3a (patch)
tree92e34d5de9e8ac01247c2ea10c0b598ca57508ed
parent821bc40dc8d1c19a968ecc3edf7eca7b82fbc659 (diff)
Removed wrong equal vertex thresold to GJK solver
-rw-r--r--modules/bullet/space_bullet.cpp1
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) {