aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs
diff options
context:
space:
mode:
authorRobert Adams2013-07-22 12:10:23 -0700
committerRobert Adams2013-07-22 12:10:23 -0700
commit44543ebe638f391fc1c7ff532fe4470006dec55a (patch)
tree5e1e584eb5ce90ccebec9e2584af688359e3d8ee /OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs
parentRevert "Add experimental stubs for an extension function interface on both" (diff)
downloadopensim-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 '')
-rwxr-xr-xOpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs1
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.