diff --git a/src/bounce/cloth/cloth.cpp b/src/bounce/cloth/cloth.cpp index 4a7c1ec..84151dd 100644 --- a/src/bounce/cloth/cloth.cpp +++ b/src/bounce/cloth/cloth.cpp @@ -438,6 +438,8 @@ public: bestNormal = output.normal; } } + + return true; } b3Sphere sphere;