diff options
author | Robert Adams | 2013-01-27 09:01:24 -0800 |
---|---|---|
committer | Robert Adams | 2013-01-27 12:50:06 -0800 |
commit | 05adf4b30f2a7cdb63c63a178bd44b0fecbe9c45 (patch) | |
tree | a476aabd6a7efa0cfd1894eb1bbcc2e98446ceab /OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs | |
parent | BulletSim: fix compile error from last commit (diff) | |
download | opensim-SC_OLD-05adf4b30f2a7cdb63c63a178bd44b0fecbe9c45.zip opensim-SC_OLD-05adf4b30f2a7cdb63c63a178bd44b0fecbe9c45.tar.gz opensim-SC_OLD-05adf4b30f2a7cdb63c63a178bd44b0fecbe9c45.tar.bz2 opensim-SC_OLD-05adf4b30f2a7cdb63c63a178bd44b0fecbe9c45.tar.xz |
BulletSim: disable center-of-mass computation because it does not work yet
Diffstat (limited to '')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs b/OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs index 6c53c50..54dc458 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs | |||
@@ -377,7 +377,7 @@ public sealed class BSLinksetCompound : BSLinkset | |||
377 | // Constraint linksets are rebuilt every time. | 377 | // Constraint linksets are rebuilt every time. |
378 | // Note that this works for rebuilding just the root after a linkset is taken apart. | 378 | // Note that this works for rebuilding just the root after a linkset is taken apart. |
379 | // Called at taint time!! | 379 | // Called at taint time!! |
380 | private bool disableCOM = false; // disable until we get this debugged | 380 | private bool disableCOM = true; // disable until we get this debugged |
381 | private void RecomputeLinksetCompound() | 381 | private void RecomputeLinksetCompound() |
382 | { | 382 | { |
383 | try | 383 | try |