diff options
author | Kitto Flora | 2010-01-21 14:39:11 -0500 |
---|---|---|
committer | Kitto Flora | 2010-01-21 14:39:11 -0500 |
commit | 66692f90e3b70ccdec8c148342578cd54acc4406 (patch) | |
tree | ce5edde318ac62b5b47fbbba07b5600f93d746f6 /OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs | |
parent | Merge branch 'master' into casper (diff) | |
download | opensim-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.cs | 2 |
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; |