mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
minor: remove pointless comment from OdeScene.cs
This commit is contained in:
@@ -391,11 +391,10 @@ namespace OpenSim.Region.Physics.OdePlugin
|
|||||||
space = d.HashSpaceCreate(IntPtr.Zero);
|
space = d.HashSpaceCreate(IntPtr.Zero);
|
||||||
|
|
||||||
contactgroup = d.JointGroupCreate(0);
|
contactgroup = d.JointGroupCreate(0);
|
||||||
//contactgroup
|
|
||||||
|
|
||||||
d.WorldSetAutoDisableFlag(world, false);
|
d.WorldSetAutoDisableFlag(world, false);
|
||||||
|
|
||||||
#if USE_DRAWSTUFF
|
#if USE_DRAWSTUFF
|
||||||
|
|
||||||
Thread viewthread = new Thread(new ParameterizedThreadStart(startvisualization));
|
Thread viewthread = new Thread(new ParameterizedThreadStart(startvisualization));
|
||||||
viewthread.Start();
|
viewthread.Start();
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user