minor: remove pointless comment from OdeScene.cs
parent
e9b59e7627
commit
4dfd2c7d47
|
@ -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
|
||||
|
||||
#if USE_DRAWSTUFF
|
||||
Thread viewthread = new Thread(new ParameterizedThreadStart(startvisualization));
|
||||
viewthread.Start();
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue