diff options
author | Melanie | 2011-12-24 01:41:32 +0100 |
---|---|---|
committer | Melanie | 2011-12-24 01:41:32 +0100 |
commit | f2855d36686a20f2a40f138c9eb7f92d2b56b6c6 (patch) | |
tree | c60bdd23320905dec8b64fc9de49df91b48fe161 /OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs | |
parent | Fix camera orientation for sit targets to use the prim actually sat on. (diff) | |
download | opensim-SC-f2855d36686a20f2a40f138c9eb7f92d2b56b6c6.zip opensim-SC-f2855d36686a20f2a40f138c9eb7f92d2b56b6c6.tar.gz opensim-SC-f2855d36686a20f2a40f138c9eb7f92d2b56b6c6.tar.bz2 opensim-SC-f2855d36686a20f2a40f138c9eb7f92d2b56b6c6.tar.xz |
Add setter for Acceleration on physics objects.
Diffstat (limited to 'OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs index 5f802d0..42e22ff 100644 --- a/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs | |||
@@ -673,6 +673,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
673 | } | 673 | } |
674 | return _acceleration; | 674 | return _acceleration; |
675 | } | 675 | } |
676 | set { _acceleration = value; } | ||
676 | } | 677 | } |
677 | 678 | ||
678 | 679 | ||