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/ODECharacter.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/ODECharacter.cs')
-rw-r--r-- | OpenSim/Region/Physics/ChOdePlugin/ODECharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/ChOdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/ChOdePlugin/ODECharacter.cs index ec717d7..e7a39eb 100644 --- a/OpenSim/Region/Physics/ChOdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/ChOdePlugin/ODECharacter.cs | |||
@@ -1288,7 +1288,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1288 | } | 1288 | } |
1289 | 1289 | ||
1290 | public override Vector3 PIDTarget { set { return; } } | 1290 | public override Vector3 PIDTarget { set { return; } } |
1291 | public override bool PIDActive { set { return; } } | 1291 | public override bool PIDActive { get { return m_pidControllerActive; } set { return; } } |
1292 | public override float PIDTau { set { return; } } | 1292 | public override float PIDTau { set { return; } } |
1293 | 1293 | ||
1294 | public override float PIDHoverHeight { set { return; } } | 1294 | public override float PIDHoverHeight { set { return; } } |