aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
diff options
context:
space:
mode:
authorUbitUmarov2015-08-20 14:18:17 +0100
committerUbitUmarov2015-08-20 14:18:17 +0100
commite312a0bc902f11f42faecce275d52dc388a1debb (patch)
tree390841c4fa159da1d26349cf457a6e6cdb02d883 /OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
parent update old git to os core version (diff)
downloadopensim-SC_OLD-e312a0bc902f11f42faecce275d52dc388a1debb.zip
opensim-SC_OLD-e312a0bc902f11f42faecce275d52dc388a1debb.tar.gz
opensim-SC_OLD-e312a0bc902f11f42faecce275d52dc388a1debb.tar.bz2
opensim-SC_OLD-e312a0bc902f11f42faecce275d52dc388a1debb.tar.xz
make it compatible with avn, no point making avn compatible with it
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODECharacter.cs')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/ODECharacter.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
index 05eaf2a..43bef3c 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
@@ -1251,7 +1251,8 @@ namespace OpenSim.Region.Physics.OdePlugin
1251 public override Vector3 PIDTarget { set { return; } } 1251 public override Vector3 PIDTarget { set { return; } }
1252 public override bool PIDActive 1252 public override bool PIDActive
1253 { 1253 {
1254 get { return false; } 1254 // os version
1255 // get { return false; }
1255 set { return; } 1256 set { return; }
1256 } 1257 }
1257 public override float PIDTau { set { return; } } 1258 public override float PIDTau { set { return; } }