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/BSCharacter.cs | |
parent | Just adding a comment to SendFullUpdatToClient (diff) | |
download | opensim-SC_OLD-a1dc4e830dac3fa31a107aa855d2d2b2efeca0f2.zip opensim-SC_OLD-a1dc4e830dac3fa31a107aa855d2d2b2efeca0f2.tar.gz opensim-SC_OLD-a1dc4e830dac3fa31a107aa855d2d2b2efeca0f2.tar.bz2 opensim-SC_OLD-a1dc4e830dac3fa31a107aa855d2d2b2efeca0f2.tar.xz |
Remove unused SetAcceleration and add set on Acceleration parameter
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs b/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs index 9a6857b..0cab5d1 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs | |||
@@ -231,7 +231,8 @@ public class BSCharacter : PhysicsActor | |||
231 | } | 231 | } |
232 | } | 232 | } |
233 | public override Vector3 Acceleration { | 233 | public override Vector3 Acceleration { |
234 | get { return _acceleration; } | 234 | get { return _acceleration; } |
235 | set { _acceleration = value; } | ||
235 | } | 236 | } |
236 | public override Quaternion Orientation { | 237 | public override Quaternion Orientation { |
237 | get { return _orientation; } | 238 | get { return _orientation; } |