diff options
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs b/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs index 187951e..6d84fcc 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs | |||
@@ -132,7 +132,6 @@ public abstract class BSLinkset | |||
132 | // Cannot remove the root from a linkset. | 132 | // Cannot remove the root from a linkset. |
133 | return this; | 133 | return this; |
134 | } | 134 | } |
135 | |||
136 | RemoveChildFromLinkset(child); | 135 | RemoveChildFromLinkset(child); |
137 | } | 136 | } |
138 | 137 | ||