aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/OdeScene.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdeScene.cs b/OpenSim/Region/Physics/OdePlugin/OdeScene.cs
index 5b28e7c..c1a3e61 100644
--- a/OpenSim/Region/Physics/OdePlugin/OdeScene.cs
+++ b/OpenSim/Region/Physics/OdePlugin/OdeScene.cs
@@ -391,11 +391,10 @@ namespace OpenSim.Region.Physics.OdePlugin
391 space = d.HashSpaceCreate(IntPtr.Zero); 391 space = d.HashSpaceCreate(IntPtr.Zero);
392 392
393 contactgroup = d.JointGroupCreate(0); 393 contactgroup = d.JointGroupCreate(0);
394 //contactgroup
395 394
396 d.WorldSetAutoDisableFlag(world, false); 395 d.WorldSetAutoDisableFlag(world, false);
396
397 #if USE_DRAWSTUFF 397 #if USE_DRAWSTUFF
398
399 Thread viewthread = new Thread(new ParameterizedThreadStart(startvisualization)); 398 Thread viewthread = new Thread(new ParameterizedThreadStart(startvisualization));
400 viewthread.Start(); 399 viewthread.Start();
401 #endif 400 #endif