aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs
diff options
context:
space:
mode:
authorKitto Flora2010-01-21 14:39:11 -0500
committerKitto Flora2010-01-21 14:39:11 -0500
commit66692f90e3b70ccdec8c148342578cd54acc4406 (patch)
treece5edde318ac62b5b47fbbba07b5600f93d746f6 /OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs
parentMerge branch 'master' into casper (diff)
downloadopensim-SC_OLD-66692f90e3b70ccdec8c148342578cd54acc4406.zip
opensim-SC_OLD-66692f90e3b70ccdec8c148342578cd54acc4406.tar.gz
opensim-SC_OLD-66692f90e3b70ccdec8c148342578cd54acc4406.tar.bz2
opensim-SC_OLD-66692f90e3b70ccdec8c148342578cd54acc4406.tar.xz
ChODE Object Linear Motion update
Diffstat (limited to 'OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs')
-rw-r--r--OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs
index 60786d4..deb6164 100644
--- a/OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs
+++ b/OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs
@@ -229,7 +229,7 @@ namespace OpenSim.Region.Physics.OdePlugin
229 229
230 public int bodyFramesAutoDisable = 20; 230 public int bodyFramesAutoDisable = 20;
231 231
232 protected DateTime m_lastframe = DateTime.UtcNow; 232 private DateTime m_lastframe = DateTime.UtcNow;
233 233
234 private float[] _watermap; 234 private float[] _watermap;
235 private bool m_filterCollisions = true; 235 private bool m_filterCollisions = true;