diff options
author | UbitUmarov | 2015-09-02 19:54:53 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-02 19:54:53 +0100 |
commit | a11edceb00b5b86f825bd957bdac9edb91f893dd (patch) | |
tree | c192eae26f3aadf365a66f32fc6d9ade2f0a0c61 /OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs | |
parent | bad merge? (diff) | |
download | opensim-SC-a11edceb00b5b86f825bd957bdac9edb91f893dd.zip opensim-SC-a11edceb00b5b86f825bd957bdac9edb91f893dd.tar.gz opensim-SC-a11edceb00b5b86f825bd957bdac9edb91f893dd.tar.bz2 opensim-SC-a11edceb00b5b86f825bd957bdac9edb91f893dd.tar.xz |
seems to compile ( tests comented out)
Diffstat (limited to 'OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs index ba24aa7..b283152 100644 --- a/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs | |||
@@ -748,7 +748,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
748 | m_log.Warn("[PHYSICS]: Got NaN PIDTarget from Scene on Object"); | 748 | m_log.Warn("[PHYSICS]: Got NaN PIDTarget from Scene on Object"); |
749 | } | 749 | } |
750 | } | 750 | } |
751 | public override bool PIDActive { set { m_usePID = value; } } | 751 | public override bool PIDActive { get { return m_usePID; } set { m_usePID = value; } } |
752 | public override float PIDTau { set { m_PIDTau = value; } } | 752 | public override float PIDTau { set { m_PIDTau = value; } } |
753 | 753 | ||
754 | // For RotLookAt | 754 | // For RotLookAt |