aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs')
-rw-r--r--OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs13
1 files changed, 1 insertions, 12 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs b/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs
index cdade00..567de23 100644
--- a/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs
+++ b/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs
@@ -221,7 +221,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
221 public float bodyPIDD = 35f; 221 public float bodyPIDD = 35f;
222 public float bodyPIDG = 25; 222 public float bodyPIDG = 25;
223 223
224 public int bodyFramesAutoDisable = 5; 224 public int bodyFramesAutoDisable = 10;
225 225
226 private SafeNativeMethods.NearCallback nearCallback; 226 private SafeNativeMethods.NearCallback nearCallback;
227 227
@@ -1858,17 +1858,6 @@ namespace OpenSim.Region.PhysicsModule.ubOde
1858 return fps; 1858 return fps;
1859 } 1859 }
1860 1860
1861 /// <summary>
1862 public override void GetResults()
1863 {
1864 }
1865
1866 public override bool IsThreaded
1867 {
1868 // for now we won't be multithreaded
1869 get { return (false); }
1870 }
1871
1872 public float GetTerrainHeightAtXY(float x, float y) 1861 public float GetTerrainHeightAtXY(float x, float y)
1873 { 1862 {
1874 if (m_terrainGeom == IntPtr.Zero) 1863 if (m_terrainGeom == IntPtr.Zero)