BulletSim: disable center-of-mass computation because it does not work yet

This commit is contained in:
Robert Adams
2013-01-27 09:01:24 -08:00
parent 80f0a978db
commit 05adf4b30f

View File

@@ -377,7 +377,7 @@ public sealed class BSLinksetCompound : BSLinkset
// Constraint linksets are rebuilt every time.
// Note that this works for rebuilding just the root after a linkset is taken apart.
// Called at taint time!!
private bool disableCOM = false; // disable until we get this debugged
private bool disableCOM = true; // disable until we get this debugged
private void RecomputeLinksetCompound()
{
try