aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs')
-rw-r--r--OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs
index 5b8b0e8..0a868ea 100644
--- a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs
+++ b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs
@@ -686,6 +686,15 @@ namespace OpenSim.Region.Physics.BulletXPlugin
686 get { return _size; } 686 get { return _size; }
687 set { lock (BulletXScene.BulletXLock) { _size = value; } } 687 set { lock (BulletXScene.BulletXLock) { _size = value; } }
688 } 688 }
689
690 public override PrimitiveBaseShape Shape
691 {
692 set
693 {
694 return;
695 }
696 }
697
689 public override PhysicsVector Acceleration 698 public override PhysicsVector Acceleration
690 { 699 {
691 get { return _acceleration; } 700 get { return _acceleration; }