diff options
author | Dan Lake | 2011-12-20 13:40:24 -0800 |
---|---|---|
committer | Dan Lake | 2011-12-20 13:40:24 -0800 |
commit | a1dc4e830dac3fa31a107aa855d2d2b2efeca0f2 (patch) | |
tree | bd9dd4d75fde576d2ea876a9356e41fde4e84f20 /OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs | |
parent | Just adding a comment to SendFullUpdatToClient (diff) | |
download | opensim-SC-a1dc4e830dac3fa31a107aa855d2d2b2efeca0f2.zip opensim-SC-a1dc4e830dac3fa31a107aa855d2d2b2efeca0f2.tar.gz opensim-SC-a1dc4e830dac3fa31a107aa855d2d2b2efeca0f2.tar.bz2 opensim-SC-a1dc4e830dac3fa31a107aa855d2d2b2efeca0f2.tar.xz |
Remove unused SetAcceleration and add set on Acceleration parameter
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs b/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs index 8782e62..898436b 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs | |||
@@ -417,7 +417,8 @@ public sealed class BSPrim : PhysicsActor | |||
417 | } | 417 | } |
418 | } | 418 | } |
419 | public override OMV.Vector3 Acceleration { | 419 | public override OMV.Vector3 Acceleration { |
420 | get { return _acceleration; } | 420 | get { return _acceleration; } |
421 | set { _acceleration = value; } | ||
421 | } | 422 | } |
422 | public override OMV.Quaternion Orientation { | 423 | public override OMV.Quaternion Orientation { |
423 | get { return _orientation; } | 424 | get { return _orientation; } |