diff options
author | Diva Canto | 2009-08-13 06:31:24 -0700 |
---|---|---|
committer | Diva Canto | 2009-08-13 06:31:24 -0700 |
commit | 6a0f7c22753a4e7e9d08e947d9fa4b6d98c1bf54 (patch) | |
tree | b9dd4ca908d79a74abcd722d4fc5e7d26d01fd30 /OpenSim/Region/Physics/OdePlugin | |
parent | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim (diff) | |
parent | Some small fixes (diff) | |
download | opensim-SC_OLD-6a0f7c22753a4e7e9d08e947d9fa4b6d98c1bf54.zip opensim-SC_OLD-6a0f7c22753a4e7e9d08e947d9fa4b6d98c1bf54.tar.gz opensim-SC_OLD-6a0f7c22753a4e7e9d08e947d9fa4b6d98c1bf54.tar.bz2 opensim-SC_OLD-6a0f7c22753a4e7e9d08e947d9fa4b6d98c1bf54.tar.xz |
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index e435ac1..8fdc5a7 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -304,12 +304,10 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
304 | public d.Vector3 xyz = new d.Vector3(128.1640f, 128.3079f, 25.7600f); | 304 | public d.Vector3 xyz = new d.Vector3(128.1640f, 128.3079f, 25.7600f); |
305 | public d.Vector3 hpr = new d.Vector3(125.5000f, -17.0000f, 0.0000f); | 305 | public d.Vector3 hpr = new d.Vector3(125.5000f, -17.0000f, 0.0000f); |
306 | 306 | ||
307 | private uint heightmapWidth = m_regionWidth + 1; | 307 | // TODO: unused: private uint heightmapWidth = m_regionWidth + 1; |
308 | private uint heightmapHeight = m_regionHeight + 1; | 308 | // TODO: unused: private uint heightmapHeight = m_regionHeight + 1; |
309 | 309 | // TODO: unused: private uint heightmapWidthSamples; | |
310 | private uint heightmapWidthSamples; | 310 | // TODO: unused: private uint heightmapHeightSamples; |
311 | |||
312 | private uint heightmapHeightSamples; | ||
313 | 311 | ||
314 | private volatile int m_global_contactcount = 0; | 312 | private volatile int m_global_contactcount = 0; |
315 | 313 | ||