minor: remove pointless comment from OdeScene.cs
parent
382cda662f
commit
7a8dd539fd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue