diff options
author | Robert Adams | 2013-07-22 12:10:23 -0700 |
---|---|---|
committer | Robert Adams | 2013-07-22 12:10:23 -0700 |
commit | 44543ebe638f391fc1c7ff532fe4470006dec55a (patch) | |
tree | 5e1e584eb5ce90ccebec9e2584af688359e3d8ee /OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs | |
parent | Revert "Add experimental stubs for an extension function interface on both" (diff) | |
download | opensim-SC_OLD-44543ebe638f391fc1c7ff532fe4470006dec55a.zip opensim-SC_OLD-44543ebe638f391fc1c7ff532fe4470006dec55a.tar.gz opensim-SC_OLD-44543ebe638f391fc1c7ff532fe4470006dec55a.tar.bz2 opensim-SC_OLD-44543ebe638f391fc1c7ff532fe4470006dec55a.tar.xz |
Revert "BulletSim: freshen up the code for constraint based linksets."
The changes don't seem to be ready for prime time.
This reverts commit 803632f8f32d91bb4aec678d8b45a8430c2703e1.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs b/OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs index 3668456..1d94142 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs | |||
@@ -59,7 +59,6 @@ public sealed class BSLinksetCompound : BSLinkset | |||
59 | { | 59 | { |
60 | DetailLog("{0},BSLinksetCompound.ScheduleRebuild,,rebuilding={1},hasChildren={2},actuallyScheduling={3}", | 60 | DetailLog("{0},BSLinksetCompound.ScheduleRebuild,,rebuilding={1},hasChildren={2},actuallyScheduling={3}", |
61 | requestor.LocalID, Rebuilding, HasAnyChildren, (!Rebuilding && HasAnyChildren)); | 61 | requestor.LocalID, Rebuilding, HasAnyChildren, (!Rebuilding && HasAnyChildren)); |
62 | |||
63 | // When rebuilding, it is possible to set properties that would normally require a rebuild. | 62 | // When rebuilding, it is possible to set properties that would normally require a rebuild. |
64 | // If already rebuilding, don't request another rebuild. | 63 | // If already rebuilding, don't request another rebuild. |
65 | // If a linkset with just a root prim (simple non-linked prim) don't bother rebuilding. | 64 | // If a linkset with just a root prim (simple non-linked prim) don't bother rebuilding. |