aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
diff options
context:
space:
mode:
authorJeff Ames2009-08-13 15:43:24 +0900
committerJeff Ames2009-08-13 15:43:24 +0900
commit1123a326ab703add89944b1e0c3a78be9bc95c45 (patch)
tree3ca8493f4a8aec64cc372a7b2e58ccda6b4c0363 /OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
parentminor:comments (diff)
downloadopensim-SC_OLD-1123a326ab703add89944b1e0c3a78be9bc95c45.zip
opensim-SC_OLD-1123a326ab703add89944b1e0c3a78be9bc95c45.tar.gz
opensim-SC_OLD-1123a326ab703add89944b1e0c3a78be9bc95c45.tar.bz2
opensim-SC_OLD-1123a326ab703add89944b1e0c3a78be9bc95c45.tar.xz
Formatting cleanup. Fix some compiler warnings.
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/OdePlugin.cs')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/OdePlugin.cs10
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