diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs index b51f024..f78e99e 100644 --- a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs +++ b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs | |||
@@ -764,7 +764,11 @@ namespace OpenSim.Region.Physics.BulletXPlugin | |||
764 | return; | 764 | return; |
765 | } | 765 | } |
766 | } | 766 | } |
767 | 767 | public override bool SetAlwaysRun | |
768 | { | ||
769 | get { return false; } | ||
770 | set { return; } | ||
771 | } | ||
768 | public override PhysicsVector Acceleration | 772 | public override PhysicsVector Acceleration |
769 | { | 773 | { |
770 | get { return _acceleration; } | 774 | get { return _acceleration; } |