From ff535f9f7b3163eb7bdef7d174931d3bf6a3c2fa Mon Sep 17 00:00:00 2001 From: Irlan Date: Thu, 4 Apr 2019 14:02:37 -0300 Subject: [PATCH] Unset if --- src/bounce/cloth/cloth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bounce/cloth/cloth.cpp b/src/bounce/cloth/cloth.cpp index 5d85cc8..baffc6b 100644 --- a/src/bounce/cloth/cloth.cpp +++ b/src/bounce/cloth/cloth.cpp @@ -579,7 +579,7 @@ void b3Cloth::UpdateBodyContacts() c->normalImpulse = c0.normalImpulse; c->tangentImpulse = c0.tangentImpulse; -#if 1 +#if 0 const float32 kForceTol = 0.0f; // Allow the contact to release when the constraint force