minor: remove pointless comment from OdeScene.cs

iar_mods
Justin Clark-Casey (justincc) 2011-12-12 19:31:50 +00:00
parent e9b59e7627
commit 4dfd2c7d47
1 changed files with 1 additions and 2 deletions

View File

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