minor: remove pointless comment from OdeScene.cs

0.7.2-post-fixes
Justin Clark-Casey (justincc) 2011-12-12 19:31:50 +00:00
parent 382cda662f
commit 7a8dd539fd
1 changed files with 1 additions and 2 deletions

View File

@ -388,11 +388,10 @@ namespace OpenSim.Region.Physics.OdePlugin
space = d.HashSpaceCreate(IntPtr.Zero);
contactgroup = d.JointGroupCreate(0);
//contactgroup
d.WorldSetAutoDisableFlag(world, false);
#if USE_DRAWSTUFF
#if USE_DRAWSTUFF
Thread viewthread = new Thread(new ParameterizedThreadStart(startvisualization));
viewthread.Start();
#endif