diff options
author | Justin Clark-Casey (justincc) | 2011-12-12 19:31:50 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-12-12 19:31:50 +0000 |
commit | 4dfd2c7d478c5257b8cecc4c9fb4eaf72e190dbf (patch) | |
tree | 053ff924fe861279a9ebbb152d7fa4542dae6304 /OpenSim/Region | |
parent | Remove long unused libdb_dotNET43.dll (diff) | |
download | opensim-SC_OLD-4dfd2c7d478c5257b8cecc4c9fb4eaf72e190dbf.zip opensim-SC_OLD-4dfd2c7d478c5257b8cecc4c9fb4eaf72e190dbf.tar.gz opensim-SC_OLD-4dfd2c7d478c5257b8cecc4c9fb4eaf72e190dbf.tar.bz2 opensim-SC_OLD-4dfd2c7d478c5257b8cecc4c9fb4eaf72e190dbf.tar.xz |
minor: remove pointless comment from OdeScene.cs
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdeScene.cs | 3 |
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 |