minor: remove pointless comment from OdeScene.cs

This commit is contained in:
Justin Clark-Casey (justincc)
2011-12-12 19:31:50 +00:00
parent e9b59e7627
commit 4dfd2c7d47

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