diff options
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs b/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs index b1b5846..2657e4b 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs | |||
@@ -169,7 +169,7 @@ public sealed class BSPrim : BSPhysObject | |||
169 | } | 169 | } |
170 | } | 170 | } |
171 | // Whatever the linkset wants is what I want. | 171 | // Whatever the linkset wants is what I want. |
172 | public override ShapeData.PhysicsShapeType PreferredPhysicalShape | 172 | public override PhysicsShapeType PreferredPhysicalShape |
173 | { get { return Linkset.PreferredPhysicalShape(this); } } | 173 | { get { return Linkset.PreferredPhysicalShape(this); } } |
174 | 174 | ||
175 | public override bool ForceBodyShapeRebuild(bool inTaintTime) | 175 | public override bool ForceBodyShapeRebuild(bool inTaintTime) |