summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuyuan Kelly Fu <fuchuyuan@google.com>2022-03-03 18:20:35 -0800
committerChuyuan Kelly Fu <fuchuyuan@google.com>2022-03-03 18:20:35 -0800
commit3fd61413df8bc0f58ab84adff8b8efff9b815276 (patch)
tree9246a6542e4124d05f625b4e4549943d81f464d9
parentcf185a2d53e5ca384b70ed3e6faccfa00b42b522 (diff)
downloadbullet3-3fd61413df8bc0f58ab84adff8b8efff9b815276.tar.gz
bug fix
-rw-r--r--examples/SharedMemory/PhysicsServerCommandProcessor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/SharedMemory/PhysicsServerCommandProcessor.cpp b/examples/SharedMemory/PhysicsServerCommandProcessor.cpp
index d2386cb2a..d650e8a65 100644
--- a/examples/SharedMemory/PhysicsServerCommandProcessor.cpp
+++ b/examples/SharedMemory/PhysicsServerCommandProcessor.cpp
@@ -8166,7 +8166,6 @@ bool PhysicsServerCommandProcessor::processRequestDeformableDeformableContactpoi
pt.m_contactDistance = -contact->m_margin + contact->m_normal.dot(l);
pt.m_bodyUniqueIdA = objectIndexA;
pt.m_bodyUniqueIdB = objectIndexB;
- pt.m_contactDistance = 0;
pt.m_contactFlags = 0;
pt.m_linkIndexA = linkIndexA;
pt.m_linkIndexB = linkIndexB;