mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +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);
|
||||
|
||||
contactgroup = d.JointGroupCreate(0);
|
||||
//contactgroup
|
||||
|
||||
d.WorldSetAutoDisableFlag(world, false);
|
||||
|
||||
#if USE_DRAWSTUFF
|
||||
|
||||
Thread viewthread = new Thread(new ParameterizedThreadStart(startvisualization));
|
||||
viewthread.Start();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user