diff options
Diffstat (limited to 'OpenSim/Region/Physics/ChOdePlugin/ODECharacter.cs')
-rw-r--r-- | OpenSim/Region/Physics/ChOdePlugin/ODECharacter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/ChOdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/ChOdePlugin/ODECharacter.cs index 58e2e4c..2945199 100644 --- a/OpenSim/Region/Physics/ChOdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/ChOdePlugin/ODECharacter.cs | |||
@@ -841,6 +841,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
841 | public override Vector3 Acceleration | 841 | public override Vector3 Acceleration |
842 | { | 842 | { |
843 | get { return _acceleration; } | 843 | get { return _acceleration; } |
844 | set { _acceleration = value; } | ||
844 | } | 845 | } |
845 | 846 | ||
846 | public void SetAcceleration(Vector3 accel) | 847 | public void SetAcceleration(Vector3 accel) |